# 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_core" version = "0.7.0" authors = ["James Oakley "] description = "Internals for Butane. Do not use this crate directly -- use the butane crate." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/Electron100/butane" [[test]] name = "uuid" required-features = ["uuid"] [dependencies.bytes] version = "1.0" optional = true [dependencies.cfg-if] version = "^1.0" [dependencies.chrono] version = "0.4.25" features = [ "serde", "std", ] optional = true default-features = false [dependencies.fake] version = "2.6" optional = true [dependencies.fallible-iterator] version = "0.3" [dependencies.fallible-streaming-iterator] version = "0.1" [dependencies.fs2] version = "0.4" [dependencies.hex] version = "0.4" [dependencies.log] version = "0.4" optional = true [dependencies.native-tls] version = "0.2" optional = true [dependencies.nonempty] version = "0.10" [dependencies.once_cell] version = "1.5.2" [dependencies.pin-project] version = "1" [dependencies.postgres] version = "0.19" optional = true [dependencies.postgres-native-tls] version = "0.5" optional = true [dependencies.proc-macro2] version = "1.0" default-features = false [dependencies.quote] version = "1.0" default-features = false [dependencies.r2d2] version = "0.8" optional = true [dependencies.rand] version = "0.8" optional = true [dependencies.regex] version = "1.5" features = ["std"] [dependencies.rusqlite] version = "0.31" optional = true default-features = false [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.serde_json] version = "1.0" [dependencies.sqlparser] version = "0.44" [dependencies.syn] version = "2" features = [ "extra-traits", "full", ] [dependencies.thiserror] version = "1.0" [dependencies.uuid] version = "1.2" optional = true [dev-dependencies.assert_matches] version = "1.5" [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.paste] version = "1.0.11" [dev-dependencies.tempfile] version = "3.10" [features] datetime = [ "chrono", "postgres?/with-chrono-0_4", ] debug = ["log"] fake = [ "dep:fake", "rand", ] json = [ "postgres?/with-serde_json-1", "rusqlite?/serde_json", ] log = [ "dep:log", "rusqlite?/trace", ] pg = [ "bytes", "postgres", ] sqlite = ["rusqlite"] sqlite-bundled = ["rusqlite/bundled"] tls = [ "native-tls", "postgres-native-tls", ]