[package] name = "obscura" version = "0.1.0" authors = ["Sarah Jamie Lewis "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tui = "0.14.0" termion = "1.5.5" tapir-cwtch = {version="0.1.11", features=["onionv3"]} ed25519-dalek = {version="1.0.1", features=["serde"]} rand = "0.7.3" serde = {version="1.0.119",features = ["rc","derive"]} serde_json = "1.0.61" chrono = "0.4.19" clipboard = "0.5.0" crossbeam-queue = "0.3" integer-encoding = "2.1.1" which = "4.0.2"