# 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 = "clickhouse-format" version = "0.3.0" authors = ["vkill "] description = "ClickHouse Formats" homepage = "https://github.com/bk-rs/clickhouse-rs" documentation = "https://docs.rs/clickhouse-format" readme = "README.md" keywords = [] categories = [] license = "Apache-2.0 OR MIT" repository = "https://github.com/bk-rs/clickhouse-rs" resolver = "1" [package.metadata.docs.rs] features = ["with-all"] [package.metadata.cargo-all-features] skip_optional_dependencies = true [dependencies.csv] version = "1" optional = true default-features = false [dependencies.serde] version = "1" features = [ "std", "derive", ] optional = true default-features = false [dependencies.serde-aux] version = "4" optional = true default-features = false [dependencies.serde_json] version = "1" features = ["std"] optional = true default-features = false [dependencies.strum] version = "0.24" features = ["derive"] default-features = false [dependencies.thiserror] version = "1" optional = true default-features = false [dev-dependencies.once_cell] version = "1" [dev-dependencies.serde] version = "1" features = ["derive"] [features] default = ["with-json"] with-all = [ "with-tsv", "with-json", ] with-json = [ "serde_json", "serde", "thiserror", "serde-aux", ] with-tsv = [ "csv", "serde", ]