# 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 = "snafu-upgrade-assistant" version = "1.0.0" authors = ["Jake Goulding "] description = "Helps upgrade SNAFU between semver-incompatible versions" license = "MIT OR Apache-2.0" repository = "https://github.com/shepmaster/snafu-upgrade-assistant" [dependencies.argh] version = "0.1.4" default-features = false [dependencies.once_cell] version = "1.8.0" features = ["std"] default-features = false [dependencies.regex] version = "1.5.4" features = ["std", "unicode-perl"] default-features = false [dependencies.serde] version = "1.0.125" features = ["derive"] default-features = false [dependencies.serde_json] version = "1.0.64" features = ["std"] default-features = false