# 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-extract" version = "0.3.0" authors = ["Emil Englesson "] exclude = [".github/**"] description = "Cargo subcommand to extract information from Cargo.toml files" readme = "README.md" categories = [ "command-line-utilities", "development-tools::build-utils", "development-tools::cargo-plugins", ] license = "MIT" repository = "https://github.com/LimeEng/cargo-extract/" [dependencies.clap] version = "4.5" features = ["cargo"] [dependencies.toml] version = "0.8" features = ["preserve_order"] [dev-dependencies.indoc] version = "2.0"