# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "spacebin-cli" version = "0.2.2" authors = ["Jack Dorland ", "Spacebin Core Team"] exclude = ["target/*"] publish = true description = "text sharing for astronauts" readme = "README.md" keywords = ["hastebin", "cli", "paste", "tool"] categories = ["command-line-utilities", "development-tools"] license = "BSD-3-Clause-Clear" repository = "https://github.com/spacebin-for-astronauts/cli" [profile.release] lto = true [[bin]] name = "space" path = "src/main.rs" edition = "2018" [dependencies.atty] version = "0.2.14" [dependencies.colored] version = "1.9.3" [dependencies.crossbeam-queue] version = "0.2.3" [dependencies.futures] version = "0.3.5" [dependencies.quicli] version = "0.4.0" [dependencies.reqwest] version = "0.10.6" features = ["json"] [dependencies.serde] version = "1.0.111" features = ["derive"] [dependencies.serde_json] version = "1.0.55" [dependencies.spinners] version = "1.2.0" [dependencies.structopt] version = "0.3.14" [dependencies.term] version = "0.6.1" [dependencies.tokio] version = "0.2.21" features = ["full"] [dependencies.url] version = "2.1.1"