# 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 = "trible" version = "0.3.0" authors = ["⚫️ "] description = "A knowledge graph and higher order file system for object stores." homepage = "https://tribles.space" readme = "README.md" keywords = [ "cli", "tribles", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/triblesspace/trible" [dependencies.anyhow] version = "1.0.63" [dependencies.bytes] version = "1.2.1" [dependencies.futures] version = "0.3.24" [dependencies.futures-util] version = "0.3.24" [dependencies.hex] version = "0.4.3" [dependencies.rand] version = "0.8.5" [dependencies.structopt] version = "0.3.26" [dependencies.tokio] version = "1.21.0" features = ["full"] [dependencies.tokio-util] version = "0.7.3" features = ["full"] [dev-dependencies.assert_cmd] version = "2.0.4" [dev-dependencies.predicates] version = "2.1.1" [dev-dependencies.proptest] version = "1.0.0" [dev-dependencies.tempfile] version = "3.3.0"