# 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 = "rypt" version = "0.8.0" authors = ["Alexander Shtuchkin "] description = "Versatile standalone command-line encryption tool" homepage = "https://github.com/ashtuchkin/rypt" license = "MIT" repository = "https://github.com/ashtuchkin/rypt" [profile.release] lto = true [dependencies.bytes] version = "0.4.*" [dependencies.crossbeam-channel] version = "0.3.*" [dependencies.failure] version = "0.1.*" [dependencies.getopts] version = "0.2.*" [dependencies.libsodium-sys] version = "0.2.2" [dependencies.prost] version = "0.5.*" [dependencies.rand] version = "0.7.*" [dependencies.static_assertions] version = "0.3.*" [dev-dependencies.hex-literal] version = "0.2.*" [dev-dependencies.quickcheck] version = "0.8.*" [dev-dependencies.tempfile] version = "3.0.*" [build-dependencies.failure] version = "0.1.*" [build-dependencies.prost-build] version = "0.5.*" [target."cfg(unix)".dependencies.libc] version = "0.2.*" [target."cfg(windows)".dependencies.winapi] version = "0.3.*" features = ["processenv", "consoleapi", "wincon"]