blob: ef35ae1478eb312165569206c3345cf0df7a36a2 [file] [log] [blame]
# Copyright 2018 Google LLC
#
# Use of this source code is governed by an MIT-style
# license that can be found in the LICENSE file or at
# https://opensource.org/licenses/MIT.
[package]
name = "mundane"
# remember to update html_root_url
# TODO(joshlf): use version-sync crate to test this in CI
version = "0.2.2"
authors = ["Joshua Liebow-Feeser <joshlf@google.com>"]
description = "Cryptography which is easy to use and hard to misuse"
readme = "README.md"
license-file = "LICENSE"
keywords = ["boringssl"]
categories = ["cryptography"]
repository = "https://mundane.googlesource.com/mundane"
documentation = "https://joshlf.com/rustdoc/mundane"
# Exclude these test files in order to get under the minimum crates.io crate
# file size.
exclude = [
"boringssl/boringssl/fuzz/*",
"boringssl/boringssl/third_party/wycheproof_testvectors/*",
"boringssl/boringssl/crypto/fipsmodule/*/*_tests.txt",
"boringssl/boringssl/crypto/cipher_extra/test/*"
]
[features]
insecure = []
kdf = []
rand-bytes = []
experimental-sha512-ec = []