# 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" name = "feature" version = "0.5.1" description = "See out how Rust dependencies and features are enabled." readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/ggwpez/feature" [profile.dev] opt-level = 3 [profile.release] opt-level = 3 lto = true codegen-units = 1 [[bin]] name = "feature" [[bench]] name = "dag" harness = false [dependencies.cargo_metadata] version = "0.15.3" [dependencies.clap] version = "4.1.4" features = ["derive"] [dependencies.env_logger] version = "0.10.0" [dependencies.log] version = "0.4.17" [dependencies.toml_edit] version = "0.19.3" [dependencies.version] version = "3.0.0" [dev-dependencies.assert_cmd] version = "2.0.8" [dev-dependencies.criterion] version = "0.4" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rstest] version = "0.16.0" [dev-dependencies.tempfile] version = "3.3.0"