# 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-sanitize" version = "0.2.0" authors = ["Rob Patro"] include = [ "/src", "README.md", "!mkdocs.yml", "!/docs", ] description = "Sanitize a Cargo.toml file to remove dependencies outside of the default registry" homepage = "https://rob-p.github.io/cargo-sanitize/" documentation = "https://rob-p.github.io/cargo-sanitize/" readme = "README.md" keywords = [ "cargo", "toml", "commands", "sanitize", ] categories = [ "command-line-utilities", "development-tools::cargo-plugins", ] license-file = "LICENSE" repository = "https://github.com/rob-p/cargo-sanitize" [profile.dist] lto = "thin" inherits = "release" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.8" features = ["derive"] [dependencies.log] version = "0.4.22" [dependencies.semver] version = "1.0.23" optional = true [dependencies.serde_json] version = "1.0.120" [dependencies.simple_logger] version = "5.0.0" features = ["stderr"] [dependencies.toml_edit] version = "0.22.14" [dependencies.ureq] version = "2.10.0" features = ["json"] optional = true [features] validate_crates = [ "dep:ureq", "dep:semver", ]