# 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 = "chm" version = "0.1.17" authors = ["Trieve "] description = "Migrations CLI tool for ClickHouse" homepage = "https://github.com/devflowinc/ch-migrations" readme = "README.md" keywords = [ "cli", "migrations", "clickhouse", ] categories = [ "command-line-utilities", "database", ] license = "MIT" repository = "https://github.com/devflowinc/ch-migrations" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.3" features = [ "derive", "env", ] [dependencies.clickhouse] version = "0.11.6" features = ["time"] [dependencies.derive_more] version = "0.99.7" [dependencies.dotenvy] version = "0.15.7" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.time] version = "0.3.36" [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.toml] version = "0.8.14"