# 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-fill" version = "0.2.0" authors = ["Dmitrii Demenev "] description = "An interactive CLI tool for filling the fields of `Cargo.toml` quickly." documentation = "https://docs.rs/cargo-fill" readme = "README.md" keywords = [ "fill", "manifest", "productivity", ] categories = [ "command-line-utilities", "development-tools", "development-tools::cargo-plugins", ] license = "MIT OR Apache-2.0" repository = "https://github.com/JohnScience/cargo-fill" [dependencies.cargo_toml] version = "0.16" [dependencies.const_format] version = "0.2" [dependencies.crossbeam] version = "0.8" [dependencies.promptly] version = "0.3" [dependencies.smallstr] version = "0.3" [dependencies.toml] version = "0.8"