# 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 = "2021" rust-version = "1.75" name = "target-spec" version = "3.2.2" authors = [ "Jack Moffitt ", "Rain ", ] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Evaluate Cargo.toml target specifications" documentation = "https://docs.rs/target-spec" readme = "README.md" keywords = [ "cargo", "targets", "platforms", "os", "cpu", ] categories = [ "development-tools", "parser-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/guppy-rs/guppy" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg=doc_cfg"] [lib] name = "target_spec" path = "src/lib.rs" [dependencies.cfg-expr] version = "0.17.0" features = ["targets"] [dependencies.guppy-workspace-hack] version = "0.1.0" [dependencies.proptest] version = "1.5.0" optional = true [dependencies.serde] version = "1.0.204" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0.117" optional = true [dependencies.target-lexicon] version = "0.12.16" features = ["std"] [dependencies.unicode-ident] version = "1.0.12" [dev-dependencies.rustc_version] version = "0.4.0" [dev-dependencies.test-case] version = "3.3.1" [dev-dependencies.toml] version = "0.5.11" [features] custom = [ "dep:serde", "dep:serde_json", ] proptest1 = ["proptest"] summaries = ["dep:serde"] [badges.maintenance] status = "actively-developed" [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(doc_cfg)"]