# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "bb8-nebula-graph" version = "0.4.4" authors = ["vkill "] description = "bb8 Nebula Graph pool" homepage = "https://github.com/bk-rs/nebula-rs" documentation = "https://docs.rs/bb8-nebula-graph" readme = "README.md" keywords = [] categories = [] license = "Apache-2.0 OR MIT" repository = "https://github.com/bk-rs/nebula-rs" [dependencies.async-trait] version = "0.1" features = [] default-features = false [dependencies.bb8] version = "0.4" features = [] default-features = false [dependencies.fbthrift-transport] version = "=0.4.3" features = ["tokio_io"] default-features = false [dependencies.nebula-graph-client] version = "0.3" features = [] default-features = false [dependencies.tokio] version = "0.2" features = ["net"] default-features = false