# 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" name = "ruarango" version = "0.1.2" authors = ["Jason Ozias "] autotests = false description = "ArangoDB Client Implementation" homepage = "http://github.com/rustyhorde/ruarango" documentation = "http://docs.rs/ruarango" readme = "README.md" keywords = [ "arangodb", "database", ] categories = [ "asynchronous", "database", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rustyhorde/ruarango" [[test]] name = "integration" path = "tests/lib.rs" [dependencies.anyhow] version = "1.0.68" [dependencies.async-trait] version = "0.1.60" [dependencies.const_format] version = "0.2.30" [dependencies.derive_builder] version = "0.12.0" [dependencies.futures] version = "0.3.24" [dependencies.getset] version = "0.1.2" [dependencies.libeither] version = "0.5.0" [dependencies.reqwest] version = "0.11.13" features = ["json"] [dependencies.serde] version = "1.0.151" features = ["derive"] [dependencies.serde_json] version = "1.0.91" [dependencies.thiserror] version = "1.0.38" [dependencies.wiremock] version = "0.5.15" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.r2d2] version = "0.8.10" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tokio] version = "1.23.0" features = [ "macros", "rt", "rt-multi-thread", ] [dev-dependencies.tokio-test] version = "0.4.2" [dev-dependencies.wiremock] version = "0.5.15" [build-dependencies.rustversion] version = "1.0.11"