[package] name = "gcm-sst" version = "0.1.0" edition = "2021" description = """ TODO """ license = "BSD-3-Clause" readme = "README.md" repository = "https://github.com/ericlagergren/gcm-sst" keywords = [ "gcm", "gcm-sst" ] categories = [ "cryptography", "no-std", "no-std::no-alloc" ] [features] default = [] [dependencies] [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"]