[package] name = "parity-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 = "0.1.1" authors = ["Isis Lovecruft ", "Henry de Valence ", 'NoCtrlZ'] 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 = "master"} [dependencies] parity-scale-codec = { version = "2.0", default-features = false, features = ["derive"] } serde = { version = "1.0.130", default-features = false, features = ["derive"] } [dev-dependencies] rand = { version = "0.7" } [features] default = ["i128"] i128 = [] # DEPRECATED: As of 2.4.1, this feature does nothing. nightly = []