# 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] name = "rincon_client" version = "0.1.1" authors = ["haraldmaida"] description = "A typesafe client for the ArangoDB Rest API" homepage = "https://github.com/innoave/rincon" documentation = "https://docs.rs/rincon_client" readme = "README.md" keywords = ["nosql", "database", "client", "driver", "typesafe"] categories = ["database"] license = "Apache-2.0" repository = "https://github.com/innoave/rincon" [package.metadata.docs.rs] features = ["cluster", "enterprise", "mmfiles", "rocksdb"] no-default-features = true [dependencies.rincon_core] version = "0.1" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dev-dependencies.futures] version = "0.1" [dev-dependencies.rincon_connector] version = "0.1" [dev-dependencies.rincon_test_helper] version = "0.1" [dev-dependencies.tokio-core] version = "0.1" [dev-dependencies.version-sync] version = "0.5" [features] cluster = [] default = [] enterprise = [] mmfiles = [] rocksdb = [] [badges.codecov] repository = "innoave/rincon" [badges.maintenance] status = "experimental"