# 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 = "2018" name = "cargo-funnel" version = "0.5.1" authors = ["Tom Pridham "] description = "cargo subcommand to reorganize and sort your Cargo.toml" homepage = "https://github.com/TomPridham/cargo-funnel" documentation = "https://docs.rs/cargo-funnel" readme = "README.md" keywords = ["sort", "toml", "reorganize", "formatter"] categories = ["development-tools::cargo-plugins"] license = "MIT" repository = "https://github.com/TomPridham/cargo-funnel" [dependencies.cargo_metadata] version = "0.14.0" [dependencies.clap] version = "2.33.3" [dependencies.toml_edit] version = "0.2.1" [dev-dependencies.insta] version = "1.7.1" [dev-dependencies.test-case] version = "1.2.1"