[package] name = "spacebin-cli" version = "0.2.2" authors = ["Jack Dorland ", "Spacebin Core Team"] edition = "2018" description = "text sharing for astronauts" repository = "https://github.com/spacebin-for-astronauts/cli" license = "BSD-3-Clause-Clear" exclude = ["target/*"] publish = true readme = "README.md" keywords = [ "hastebin", "cli", "paste", "tool" ] categories = [ "command-line-utilities", "development-tools" ] [profile.release] lto = true [[bin]] name = "space" path = "src/main.rs" edition = "2018" [dependencies] term = "0.6.1" crossbeam-queue = "0.2.3" quicli = "0.4.0" atty = "0.2.14" structopt = "0.3.14" reqwest = { version = "0.10.6", features = ["json"] } tokio = { version = "0.2.21", features = ["full"] } spinners = "1.2.0" futures = "0.3.5" serde = { version = "1.0.111", features = ["derive"] } serde_json = "1.0.55" url = "2.1.1" colored = "1.9.3"