# 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-graph-exporter" version = "0.0.9" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Provides lightning-fast graph data access to ArangoDB" readme = "README.md" license = "MIT" repository = "https://github.com/arangodb/arangors-graph-exporter" [lib] name = "arangors_graph_exporter" path = "src/lib.rs" [[test]] name = "graph_loader" path = "tests/graph_loader.rs" [dependencies.bytes] version = "1.4.0" default-features = false [dependencies.log] version = "0.4.22" [dependencies.reqwest] version = "0.11.16" features = [ "__rustls", "json", ] default-features = false [dependencies.reqwest-middleware] version = "0.2.4" [dependencies.reqwest-retry] version = "0.3.0" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0.61" [dependencies.tokio] version = "1.36.0" features = ["rt-multi-thread"] [dev-dependencies.arangors] version = "0.6" [dev-dependencies.rstest] version = "0.21.0" [dev-dependencies.serial_test] version = "0.5" [dev-dependencies.tokio] version = "1.38.0" features = ["full"]