[package] name = "snafu-upgrade-assistant" version = "1.0.0" # Note that this data is duplicated in the help text description = "Helps upgrade SNAFU between semver-incompatible versions" authors = ["Jake Goulding "] edition = "2018" license = "MIT OR Apache-2.0" repository = "https://github.com/shepmaster/snafu-upgrade-assistant" [dependencies] argh = { version = "0.1.4", default-features = false } once_cell = { version = "1.8.0", default-features = false, features = ["std"] } regex = { version = "1.5.4", default-features = false, features = ["std", "unicode-perl"] } serde = { version = "1.0.125", default-features = false, features = ["derive"] } serde_json = { version = "1.0.64", default-features = false, features = ["std"] }