[package] edition = "2021" authors = ["trevp", "Guanhao Yin "] license = "Unlicense" name = "cl-noise-protocol" readme = "README.md" repository = "https://github.com/sopium/noise-rust" version = "0.2.0" description = "Noise Protocol Framework implementation." keywords = ["noise"] categories = ["cryptography"] [dependencies] arrayvec = { version = "0.7.4", default-features = false } [features] default = ["std"] std = ["alloc"] alloc = []