# 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 = "rust_arango" version = "0.1.1" authors = ["Guoli Lyu ", "Felix de Maneville ", "Chiru B ", "Kenneth Gómez "] exclude = [".gitignore", ".github", "tests/**/*", "examples"] description = "Lib for ArangoDB Client on Rust" documentation = "https://docs.rs/rust-arango" readme = "README.md" keywords = ["database", "client", "driver", "arangoDB", "arango"] license = "MIT" repository = "https://github.com/ForetagInc/rust-arango" resolver = "2" [package.metadata.docs.rs] all-features = false features = ["rocksdb", "reqwest_async"] [dependencies.async-trait] version = "0.1" [dependencies.base64] version = "0.13" [dependencies.futures] version = "0.3" [dependencies.http] version = "0.2" [dependencies.log] version = "0.4" [dependencies.maybe-async] version = "0.2" [dependencies.reqwest] version = "0.11" features = ["gzip", "json", "stream"] default_features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_qs] version = "0.8" [dependencies.thiserror] version = "1" [dependencies.typed-builder] version = "0.9.1" [dependencies.url] version = "2" [dev-dependencies.anyhow] version = "1" [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.pretty_assertions] version = "1.0" [dev-dependencies.regex] version = "1.5" [dev-dependencies.tokio] version = "1" features = ["macros", "rt-multi-thread"] [features] arango3_7 = [] blocking = ["maybe-async/is_sync", "reqwest/blocking"] cluster = [] default = ["rocksdb", "openssl"] enterprise = [] mmfiles = [] openssl = ["reqwest/default-tls"] rocksdb = [] rustls = ["reqwest/rustls"] [badges.maintenance] status = "actively-developed"