# 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" name = "certificate_authority" version = "0.1.0" description = "certificate authority for kyber encryption" license-file = "LICENSE" repository = "https://github.com/SwannHERRERA/liserk-encrypt" resolver = "1" [dependencies.aes-gcm-siv] version = "0.11.1" [dependencies.chrono] version = "0.4.24" features = ["serde"] [dependencies.color-eyre] version = "0.6.2" [dependencies.config] version = "0.13.3" features = ["toml"] [dependencies.pqc_kyber] version = "0.6.0" [dependencies.pqcrypto-falcon] version = "0.2.10" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.163" [dependencies.thiserror] version = "1.0.40" [dependencies.toml] version = "0.7.4" [dependencies.uuid] version = "1.3.3" features = [ "v4", "serde", ]