[dependencies] [package] authors = [ "Alessio G. Baroni " ] categories = [ "algorithms", "cryptography", "network-programming" ] description = "Implementation of several cryptographic algorithms, security protocols and networks." edition = "2021" keywords = [ "pistis", "tls" ] license = " LGPL-3.0-only" name = "pistis" publish = true readme = "README.md" repository = "https://github.com/agbaroni/pistis/" rust-version = "1.59" version = "0.0.0" [profile.dev] codegen-units = 256 debug = true debug-assertions = true incremental = true lto = false opt-level = 0 overflow-checks = true panic = "unwind" strip = false [profile.release] codegen-units = 1 debug = false debug-assertions = false incremental = false lto = true opt-level = 3 overflow-checks = false panic = "abort" strip = true