# 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 = "butane_cli" version = "0.7.0" authors = ["James Oakley "] description = "The CLI for the Butane ORM" documentation = "https://docs.rs/butane/" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/Electron100/butane" [lib] doc = false [[bin]] name = "butane" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.butane] version = "0.7" [dependencies.cargo_metadata] version = "0.18" [dependencies.chrono] version = "0.4.25" features = [ "serde", "std", ] default-features = false [dependencies.clap] version = "4.1" features = [ "derive", "string", "wrap_help", ] [dependencies.clap-verbosity-flag] version = "2.2" [dependencies.env_logger] version = "0.11" [dependencies.log] version = "0.4" [dependencies.nonempty] version = "0.10" [dependencies.quote] version = "1.0" default-features = false [dependencies.serde] version = "1.0" default-features = false [dependencies.serde_json] version = "1.0" [features] default = [ "pg", "sqlite", ] pg = ["butane/pg"] sqlite = ["butane/sqlite"] sqlite-bundled = ["butane/sqlite-bundled"]