# 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" rust-version = "1.70.0" name = "neo4j-cli" version = "0.1.0" authors = ["Roopesh Saravanan "] description = "A CLI to interact with Neo4j graph database written in Rust" readme = "README.md" keywords = [ "neo4j", "neo4j-cli", "cli", "client", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" license-file = "LICENSE.md" repository = "https://github.com/roopeshsn/neo4j-cli/" [dependencies.clap] version = "4.3.19" features = ["derive"] [dependencies.futures] version = "0.3.28" [dependencies.neo4rs] version = "0.6.2" [dependencies.rustyline] version = "12.0.0" [dependencies.tokio] version = "1.29.1" [dependencies.uuid] version = "1.4.1" features = [ "v4", "fast-rng", "macro-diagnostics", ]