# 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 = "mobc-nebula" version = "0.9.0" authors = ["vkill "] description = "mobc Nebula Graph/Meta/Storage pool" homepage = "https://github.com/bk-rs/nebula-rs" documentation = "https://docs.rs/mobc-nebula" readme = "README.md" keywords = [] categories = [] license = "Apache-2.0 OR MIT" repository = "https://github.com/bk-rs/nebula-rs" resolver = "1" [package.metadata.docs.rs] all-features = true [dependencies.fbthrift-transport] version = "^0.9" default-features = false [dependencies.mobc] version = "0.7" features = ["tokio"] default-features = false [dependencies.nebula-client] version = "^0.7" default-features = false [features] default = [ "impl_tokio", "graph", ] graph = ["nebula-client/graph"] impl_tokio = ["fbthrift-transport/impl_tokio"]