# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "recordbox" version = "0.1.1" authors = ["KizzyCode Software Labs./Keziah Biermann "] description = "This crate offers a simple API to encrypt ID:payload-style records like packets or files etc." readme = "README.md" keywords = [] categories = [] license = "BSD-2-Clause OR MIT" repository = "https://github.com/KizzyCode/recordbox-rust" [profile.bench] overflow-checks = true [profile.release] overflow-checks = true [dependencies.crypto_api_chachapoly] version = "0.5" optional = true [dependencies.crypto_api_osrandom] version = "0.1" optional = true [dependencies.ebacktrace] version = "0.3" [dev-dependencies.hex] version = "0.4" [features] default = ["random", "impl_chachapoly"] impl_chachapoly = ["crypto_api_chachapoly"] random = ["crypto_api_osrandom"] [badges.appveyor] repository = "KizzyCode/recordbox-rust"