# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "gremlin-cli" version = "0.1.0" authors = ["wolf4ood "] description = "A minimal Rust CLI for Apache TinkerPop™" readme = "README.md" keywords = ["database", "graphs", "tinkerpop", "cli"] categories = ["database", "cli"] license = "Apache-2.0" repository = "https://github.com/wolf4ood/gremlin-rs" [dependencies.anyhow] version = "1.0.32" [dependencies.async-std] version = "1.6.3" [dependencies.chrono] version = "0.4.15" [dependencies.futures] version = "0.3.5" [dependencies.gremlin-client] version = "0.6.0" features = ["async-std-runtime"] [dependencies.prettytable-rs] version = "0.8.0" [dependencies.rustyline] version = "6.2.0" [dependencies.shellwords] version = "1.1.0" [dependencies.smol] version = "0.4.3" [dependencies.structopt] version = "0.3" default-features = false [dependencies.uuid] version = "0.8.1"