# 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_session" version = "0.1.0" authors = ["haraldmaida"] description = "A synchronous session managed client API for the ArangoDB driver" documentation = "https://docs.rs/rincon_session" readme = "README.md" keywords = ["nosql", "database", "client", "driver", "typesafe"] categories = ["database"] license = "Apache-2.0" repository = "https://github.com/innoave/rincon" [dependencies.futures] version = "0.1" [dependencies.rincon_client] version = "0.1" [dependencies.rincon_core] version = "0.1" [dependencies.serde] version = "1.0" [dependencies.tokio-core] version = "0.1" [dev-dependencies.galvanic-assert] version = "0.8" [dev-dependencies.rincon_connector] version = "0.1" [dev-dependencies.rincon_test_helper] version = "0.1" [dev-dependencies.serde_derive] version = "1.0" [dev-dependencies.version-sync] version = "0.5" [features] cluster = ["rincon_client/cluster"] default = [] enterprise = ["rincon_client/enterprise"] mmfiles = ["rincon_client/mmfiles"] rocksdb = ["rincon_client/rocksdb"] [badges.appveyor] repository = "innoave/rincon" [badges.codecov] repository = "innoave/rincon" [badges.maintenance] status = "experimental" [badges.travis-ci] repository = "innoave/rincon"