# 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 = "scm-cli" version = "0.1.0" authors = ["Azz "] description = "An ergonomic ScyllaDB migration manager" readme = "README.md" license = "MIT" repository = "https://github.com/valeralabs/scm" [[bin]] name = "scm" path = "src/main.rs" [dependencies.chrono] version = "0.4.24" [dependencies.clap] version = "4.3.0" features = ["derive"] [dependencies.colored] version = "2" [dependencies.human-panic] version = "1.1.4" [dependencies.indicatif] version = "0.17.3" features = ["tokio"] [dependencies.scylla] version = "0.8.1" features = ["ssl"] [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.tokio] version = "1.28.1" features = ["full"] [dependencies.toml] version = "0.7.4"