# 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 = "arangodb_events_rs" version = "0.1.6" authors = ["Foretag Inc. "] exclude = [ ".gitignore", ".github", ] description = "Subscribe to real time events on your ArangoDB database in Rust" readme = "README.md" keywords = [ "arango", "arangoDB", "events", "trigger", "database", ] categories = ["database"] license = "MPL-2.0" repository = "https://github.com/ForetagInc/arangodb-events-rs" resolver = "2" [lib] bench = true [dependencies.base64] version = "0.13.0" [dependencies.futures-util] version = "0.3.21" features = ["io"] [dependencies.hyper] version = "0.14" features = [ "client", "tcp", "http2", "stream", ] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" features = [ "rt", "macros", ] [features] async = []