# 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 = "kxkdb" version = "0.1.0" authors = [ "diamondrod", "awilson-kx", ] description = """ Dual q/kdb+ interface for API to build a shared library and an IPC client. """ documentation = "https://docs.rs/kxkdb" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/KxSystems/kxkdb" resolver = "1" [package.metadata.docs.rs] all-features = true [dependencies.async-recursion] version = "1" [dependencies.async-trait] version = "0.1" optional = true [dependencies.chrono] version = "0.4" optional = true [dependencies.once_cell] version = "1" optional = true [dependencies.sha1_smol] version = "1" optional = true [dependencies.tokio] version = "1" features = [ "net", "rt", "io-util", "fs", "macros", "rt-multi-thread", ] optional = true [dependencies.tokio-native-tls] version = "0.3" optional = true [dependencies.trust-dns-resolver] version = "0.22" optional = true [dev-dependencies.async-std] version = "1.8.0" features = [ "tokio1", "attributes", ] [dev-dependencies.float-cmp] version = "0.8" [dev-dependencies.libc] version = "0.2" [features] api = [] default = [] ipc = [ "once_cell", "chrono", "trust-dns-resolver", "tokio", "tokio-native-tls", "async-trait", "sha1_smol", ]