[package] name = "subtle" # Before incrementing: # - update CHANGELOG # - update html_root_url # - update README if necessary by semver # - if any updates were made to the README, also update the module documentation in src/lib.rs version = "2.6.1" edition = "2018" authors = ["Isis Lovecruft ", "Henry de Valence "] readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/dalek-cryptography/subtle" homepage = "https://dalek.rs/" documentation = "https://docs.rs/subtle" categories = ["cryptography", "no-std"] keywords = ["cryptography", "crypto", "constant-time", "utilities"] description = "Pure-Rust traits and utilities for constant-time cryptographic implementations." exclude = [ "**/.gitignore", ".travis.yml", ] [badges] travis-ci = { repository = "dalek-cryptography/subtle", branch = "main"} [dev-dependencies] rand = { version = "0.8" } [features] const-generics = [] # DEPRECATED: As of 2.5.1, this feature does nothing. core_hint_black_box = [] default = ["std", "i128"] std = [] i128 = [] # DEPRECATED: As of 2.4.1, this feature does nothing. nightly = []