# 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 = "trieve-cli" version = "0.1.0" authors = ["Trieve "] description = "CLI interface for Trieve" homepage = "https://github.com/devflowinc/trieve-CLI" readme = "README.md" keywords = [ "cli", "search", "trieve", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/devflowinc/trieve-CLI" [dependencies.chrono] version = "0.4.20" features = ["serde"] [dependencies.clap] version = "4.5.3" features = [ "derive", "env", ] [dependencies.confy] version = "0.6.1" [dependencies.csv] version = "1.3.0" [dependencies.inquire] version = "0.7.4" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_derive] version = "1.0.152" [dependencies.serde_json] version = "1.0.115" [dependencies.tabled] version = "0.15.0" [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.ureq] version = "2.9.6" features = ["json"]