# 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 = "regrate" version = "0.3.0" description = "Better migrations using hashes for names instead of serial numbers or dates" license = "MIT OR Apache-2.0" repository = "https://github.com/clord/regrate" resolver = "2" [dependencies.bs58] version = "0.4" [dependencies.clap] version = "3.0.0-rc.7" features = ["derive"] [dependencies.clap_generate] version = "3.0.0-rc.7" [dependencies.color-eyre] version = "0.5" [dependencies.eyre] version = "0.6" [dependencies.fallible-iterator] version = "0.2" [dependencies.rust-embed] version = "6.3.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sha2] version = "0.10" [dependencies.toml] version = "0.5" [dependencies.walkdir] version = "2"