diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 12:18:21 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 12:18:21 +0000 |
commit | 4e8199b572f2035b7749cba276ece3a26630d23e (patch) | |
tree | f09feeed6a0fe39d027b1908aa63ea6b35e4b631 /vendor/spdx-expression/Cargo.toml | |
parent | Adding upstream version 1.66.0+dfsg1. (diff) | |
download | rustc-4e8199b572f2035b7749cba276ece3a26630d23e.tar.xz rustc-4e8199b572f2035b7749cba276ece3a26630d23e.zip |
Adding upstream version 1.67.1+dfsg1.upstream/1.67.1+dfsg1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/spdx-expression/Cargo.toml')
-rw-r--r-- | vendor/spdx-expression/Cargo.toml | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/vendor/spdx-expression/Cargo.toml b/vendor/spdx-expression/Cargo.toml new file mode 100644 index 000000000..d4feac30e --- /dev/null +++ b/vendor/spdx-expression/Cargo.toml @@ -0,0 +1,45 @@ +# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO +# +# When uploading crates to the registry Cargo will automatically +# "normalize" Cargo.toml files for maximal compatibility +# with all versions of Cargo and also rewrite `path` dependencies +# to registry (e.g., crates.io) dependencies. +# +# If you are reading this file be aware that the original Cargo.toml +# will likely look very different (and much more reasonable). +# See Cargo.toml.orig for the original contents. + +[package] +edition = "2018" +name = "spdx-expression" +version = "0.5.2" +authors = ["Mikko Murto <mikko.murto@hhpartners.fi>"] +description = "SPDX Expression" +homepage = "https://github.com/doubleopen-project/spdx-expression" +documentation = "https://docs.rs/spdx-expression" +readme = "README.md" +keywords = ["SPDX"] +categories = ["data-structures"] +license = "MIT" +repository = "https://github.com/doubleopen-project/spdx-expression" + +[dependencies.nom] +version = "7" + +[dependencies.serde] +version = "1" + +[dependencies.thiserror] +version = "1" + +[dependencies.tracing] +version = "0.1" + +[dev-dependencies.pretty_assertions] +version = "1" + +[dev-dependencies.serde_json] +version = "1" + +[dev-dependencies.tracing-subscriber] +version = "0.3" |