# 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 = "cryptobox" version = "0.1.0" authors = ["Keziah Biermann "] description = "A KISS CLI-wrapper around libsodium's `cryptobox_easy`" readme = "README.md" keywords = ["security", "safe", "cryptography", "libsodium", "cryptobox"] categories = ["cryptography"] license = "BSD-2-Clause OR MIT" repository = "https://github.com/KizzyCode/Cryptobox" [profile.bench] overflow-checks = true [profile.release] overflow-checks = true [[bin]] name = "cryptobox" [dependencies.ma_proper] version = "0.1.1" optional = true [build-dependencies.pkg-config] version = "0.3.14" [features] default = [] use-maproper = ["ma_proper"] use-maproper-volatile = ["ma_proper/volatile_fallback"] [badges.appveyor] repository = "KizzyCode/Cryptobox" [badges.travis-ci] repository = "KizzyCode/Cryptobox"