# 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 = "2018" rust-version = "1.49" name = "fdb" version = "0.3.1" authors = ["fdb-rs Developers"] description = "FoundationDB Client API for Tokio\n" keywords = ["foundationdb", "tokio"] categories = ["api-bindings", "database"] license = "MIT OR Apache-2.0" repository = "https://github.com/fdb-rs/fdb" [package.metadata.docs.rs] features = ["fdb-7_1"] [dependencies.bytes] version = "1" [dependencies.fdb-sys] version = "0.3.1" default-features = false [dependencies.futures] version = "0.3" [dependencies.nom] version = "7" [dependencies.num-bigint] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.parking_lot] version = "0.11" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-stream] version = "0.1" [dependencies.uuid] version = "0.8" features = ["v4"] [dev-dependencies.impls] version = "1" [dev-dependencies.libc] version = "0.2" [build-dependencies.fdb-gen] version = "0.3.1" default-features = false [features] default = [] fdb-6_3 = ["fdb-gen/fdb-6_3", "fdb-sys/fdb-6_3"] fdb-7_1 = ["fdb-gen/fdb-7_1", "fdb-sys/fdb-7_1"]