[package] name = "trible" version = "0.3.0" authors = ["⚫️ "] edition = "2021" description = "A knowledge graph and higher order file system for object stores." homepage = "https://tribles.space" repository = "https://github.com/triblesspace/trible" license = "MIT" readme = "README.md" #TODO: Add more tags and proper categories. keywords = ["cli", "tribles"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] structopt = "0.3.26" anyhow = "1.0.63" futures-util = "0.3.24" tokio = { version = "1.21.0", features = ["full"] } tokio-util = { version = "0.7.3", features = ["full"] } bytes = "1.2.1" futures = "0.3.24" rand = "0.8.5" hex = "0.4.3" [dev-dependencies] assert_cmd = "2.0.4" predicates = "2.1.1" tempfile = "3.3.0" proptest = "1.0.0"