# 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 = "arangors" version = "0.6.0" authors = ["Guoli Lyu "] exclude = [ ".gitignore", ".github", "tests/**/*", ] description = "Rust driver for ArangoDB" documentation = "https://docs.rs/arangors" readme = "README.md" keywords = [ "nosql", "database", "client", "driver", "arangoDB", ] license = "MIT" repository = "https://github.com/fMeow/arangors" [package.metadata.docs.rs] all-features = false features = [ "rocksdb", "reqwest_async", ] [dependencies.async-trait] version = "0.1" [dependencies.base64] version = "0.22" [dependencies.http] version = "1" [dependencies.http-types] version = "2.10" optional = true [dependencies.log] version = "0.4" [dependencies.maybe-async] version = "0.2" [dependencies.reqwest] version = "0.12" features = [ "gzip", "json", ] optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_qs] version = "0.13" [dependencies.serde_repr] version = "0.1" [dependencies.surf] version = "2" optional = true [dependencies.thiserror] version = "1" [dependencies.typed-builder] version = "0.18" [dependencies.url] version = "2" [dev-dependencies.anyhow] version = "1" [dev-dependencies.async-std] version = "1" features = ["attributes"] [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.pretty_assertions] version = "1" [dev-dependencies.regex] version = "1" [dev-dependencies.reqwest] version = "0.12" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [features] arango3_7 = [] blocking = ["maybe-async/is_sync"] cluster = [] default = [ "rocksdb", "reqwest_async", ] enterprise = [] mmfiles = [] reqwest_async = ["reqwest"] reqwest_blocking = [ "reqwest/blocking", "blocking", ] rocksdb = [] surf_async = [ "http-types", "surf", ] [badges.maintenance] status = "actively-developed"