# 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 = "zawgl-client" version = "0.1.7" authors = ["Alexandre RICCIARDI "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Zawgl Graph Database Client" readme = "README.md" license = "MIT" resolver = "1" [lib] name = "zawgl_client" path = "src/lib.rs" [dependencies.futures-channel] version = "0.3.21" [dependencies.futures-util] version = "^0.3" [dependencies.log] version = "0.4" [dependencies.parking_lot] version = "0.12.1" [dependencies.serde_json] version = "1.0.128" [dependencies.simple_logger] version = "5.0.0" [dependencies.tokio] version = "1.28.1" features = ["full"] [dependencies.tokio-tungstenite] version = "0.24.0" [dependencies.url] version = "2.2.2" [dependencies.uuid] version = "1.1.2" features = ["v4"]