# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.59" name = "pistis" version = "0.0.0" authors = ["Alessio G. Baroni "] publish = true description = "Implementation of several cryptographic algorithms, security protocols and networks." readme = "README.md" keywords = ["pistis", "tls"] categories = ["algorithms", "cryptography", "network-programming"] license = " LGPL-3.0-only" repository = "https://github.com/agbaroni/pistis/" resolver = "2" [profile.dev] opt-level = 0 lto = false codegen-units = 256 debug = true debug-assertions = true panic = "unwind" overflow-checks = true incremental = true strip = false [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false panic = "abort" overflow-checks = false incremental = false strip = true [dependencies]