# 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 = "libkeycard" version = "0.1.12" authors = ["Jon Yoder "] exclude = [".gitignore"] description = "A digital certificate library for the Mensago platform" homepage = "https://gitlab.com/mensago/libkeycard" readme = "README.md" keywords = [ "mensago", "keycard", ] categories = ["network-programming"] license = "MPL-2.0-no-copyleft-exception" repository = "https://gitlab.com/mensago/libkeycard" [dependencies.chrono] version = "0.4.19" [dependencies.eznacl] version = "3.2.8" [dependencies.hex] version = "0.4.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.5.5" [dependencies.serde] version = "1.0.145" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.30" [features] default = [] use_serde = [ "dep:serde", "eznacl/use_serde", ]