# 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 = "ch2rs" version = "0.1.8" authors = [ "ClickHouse Contributors", "Paul Loyd ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Generate Rust structs from ClickHouse rows" readme = "README.md" keywords = [ "clickhouse", "database", "generator", ] license = "MIT" repository = "https://github.com/ClickHouse/ch2rs" [lib] name = "ch2rs" path = "src/lib.rs" [[bin]] name = "ch2rs" path = "bin/ch2rs.rs" [[test]] name = "integration" path = "tests/integration.rs" [dependencies.anyhow] version = "1.0.40" [dependencies.clickhouse] version = "0.13.0" [dependencies.heck] version = "0.5.0" [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.structopt] version = "0.3.21" [dependencies.tokio] version = "1.6.0" features = ["macros"] [dev-dependencies.clickhouse] version = "0.13.0" features = ["uuid"] [dev-dependencies.insta] version = "1.14.1" [dev-dependencies.serde_bytes] version = "0.11.5" [dev-dependencies.serde_repr] version = "0.1.7" [dev-dependencies.trybuild] version = "1.0.42" [dev-dependencies.uuid] version = "1.2.1" [features] default = ["rustls-tls"] native-tls = ["clickhouse/native-tls"] rustls-tls = ["clickhouse/rustls-tls"]