# 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 = "cargo-whynot" version = "0.1.2" include = [ "src/**/*", "./Cargo.toml", "./LICENSE*", "./README.md", ] description = "Cargo subcommand to discover why a function is unsafe" readme = "README.md" categories = [ "cargo-subcommand", "cli", "nightly", "unsafe", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Emilgardis/cargo-whynot" [package.metadata.rust-analyzer] rustc_private = true [[bin]] name = "whynot" path = "src/whynot.rs" [dependencies.clap] version = "4.0.18" features = [ "derive", "std", "help", "usage", "suggestions", ] default-features = false [dependencies.codespan] version = "0.11.1" features = ["serialization"] [dependencies.codespan-reporting] version = "0.11.1" [dependencies.color-eyre] version = "0.6.2" [dependencies.eyre] version = "0.6.8" [dependencies.itertools] version = "0.10.5" [dependencies.serde] version = "1" features = ["derive"] [dependencies.syn-select] version = "0.2.1" [dependencies.termcolor] version = "1.1.3" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-error] version = "0.2.0" [dependencies.tracing-subscriber] version = "0.3.16" features = ["env-filter"] [dev-dependencies.trycmd] version = "0.14.1"