# 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 = "scyllax-cli" version = "0.2.1" authors = ["Carter Himmel "] description = "The CLI for scyllax -- mainly managing migrations" homepage = "https://github.com/trufflehq/scyllax#readme" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/trufflehq/scyllax" [package.metadata.binstall] bin-dir = "{ bin }{ binary-ext }" pkg-url = "{ repo }/releases/download/{ name }-{ version }/{ name }-{ version }-{ target }{ archive-suffix }" [[bin]] name = "scyllax-cli" path = "src/bin/scyllax.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "0.4" features = ["clock"] default-features = false [dependencies.clap] version = "4" features = [ "derive", "env", ] [dependencies.clap_complete] version = "4" [dependencies.console] version = "0.15.7" [dependencies.scylla] version = "0.12" features = ["time"] [dependencies.scyllax] version = "0.2.1" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.sha2] version = "0.10.8" [dependencies.time] version = "0.3.30" features = ["formatting"] [dependencies.tokio] version = "1" features = [ "full", "tracing", ] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "fmt", "json", "tracing-log", "parking_lot", ] [dependencies.url] version = "2.5.0" default-features = false [dependencies.uuid] version = "1" features = [ "serde", "v1", "std", "fast-rng", ]