# 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 = "quitch" version = "0.0.4" description = "An attempt to reimplement parts of sqitch" readme = "README.md" license = "MIT OR Apache-2.0" [dependencies.anyhow] version = "1.0.81" features = ["backtrace"] [dependencies.base16ct] version = "0.2.0" features = ["alloc"] [dependencies.chrono] version = "0.4.35" [dependencies.clap] version = "4.5.2" features = [ "unicode", "wrap_help", "derive", ] [dependencies.futures] version = "0.3.30" [dependencies.indexmap] version = "2.2.5" [dependencies.itertools] version = "0.12.1" [dependencies.sha1] version = "0.10.6" [dependencies.sqlx] version = "0.7.4" features = [ "macros", "mysql", "chrono", "runtime-tokio", "tls-rustls", ] default-features = false [dependencies.tokio] version = "1.36.0" features = [ "macros", "rt-multi-thread", ] [dependencies.url] version = "2.5.0"