blob: ab4d8ba82cd0e30bcc39fd2f822b2ce170ae11d8 [file] [log] [blame]
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "crate-one"
version = "0.1.0"
source = "sparse+https://cargo.cloudsmith.io/embark/deny/"
checksum = "a12b64b5462f14585186b282beaa160bd9b1bbcce9cf42fcace3ba20dc7ef88d"
[[package]]
name = "crate-two"
version = "0.1.0"
source = "registry+https://github.com/EmbarkStudios/cargo-test-index"
checksum = "d506c511495d1a0ded8cf08599097406a64afdf5b120281f628aa297ce1a0815"
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "regex"
version = "1.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
dependencies = [
"regex-syntax",
]
[[package]]
name = "regex-syntax"
version = "0.6.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
[[package]]
name = "smallvec"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
[[package]]
name = "spdx"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d3449a25089fd6f99b089e62c385d5d4adeaf3defedc35a67d540e7df44c5fb"
dependencies = [
"lazy_static",
"regex",
"smallvec",
]
[[package]]
name = "yank-check"
version = "0.1.0"
dependencies = [
"crate-one",
"crate-two",
"spdx",
]