# 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] name = "bins" version = "2.0.0" authors = ["Kyle Clemens "] build = "build.rs" description = "A tool for pasting from the terminal" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/jkcclemens/bins" [profile.release] lto = true panic = "abort" [dependencies.serde] version = "1.0" [dependencies.flate2] version = "0.2" [dependencies.toml] version = "0.4" [dependencies.url] version = "1.4" [dependencies.serde_json] version = "1.0" [dependencies.hyper-openssl] version = "0.2" optional = true [dependencies.log] version = "0.3" [dependencies.num_cpus] version = "1.3" [dependencies.rand] version = "0.3" [dependencies.hyper] version = "0.10" [dependencies.base64] version = "0.5" [dependencies.clipboard] version = "0.3" optional = true [dependencies.hyper-rustls] version = "0.6" optional = true [dependencies.clap] version = "2.23" [dependencies.time] version = "0.1" [dependencies.serde_derive] version = "1.0" [dependencies.scoped_threadpool] version = "0.1" [dependencies.error-chain] version = "0.10" [dependencies.magic] version = "0.12" optional = true [build-dependencies.clap] version = "2.9" [build-dependencies.rustc_version] version = "0.2" [build-dependencies.time] version = "0.1" [build-dependencies.git2] version = "0.6" [features] clipboard_support = ["clipboard"] openssl = ["hyper-openssl"] rustls = ["hyper-rustls"] default = ["file_type_checking", "openssl"] file_type_checking = ["magic"]