1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2021" 14rust-version = "1.65.0" 15name = "spdx" 16version = "0.10.8" 17authors = [ 18 "Embark <opensource@embark-studios.com>", 19 "Jake Shadle <jake.shadle@embark-studios.com>", 20] 21build = false 22include = [ 23 "Cargo.toml", 24 "LICENSE-APACHE", 25 "LICENSE-MIT", 26 "README.md", 27 "src/**/*", 28] 29autolib = false 30autobins = false 31autoexamples = false 32autotests = false 33autobenches = false 34description = "Helper crate for SPDX expressions" 35homepage = "https://github.com/EmbarkStudios/spdx" 36documentation = "https://docs.rs/spdx" 37readme = "README.md" 38keywords = [ 39 "spdx", 40 "license", 41] 42categories = ["parser-implementations"] 43license = "MIT OR Apache-2.0" 44repository = "https://github.com/EmbarkStudios/spdx" 45 46[package.metadata.docs.rs] 47all-features = true 48 49[lib] 50name = "spdx" 51path = "src/lib.rs" 52 53[dependencies.smallvec] 54version = "1.7" 55 56[dev-dependencies.similar-asserts] 57version = "1.1" 58 59[features] 60text = [] 61