trojan-cert 0.4.0

Certificate generation utilities for trojan-rs
Documentation
# 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 = "2024"
name = "trojan-cert"
version = "0.4.0"
authors = ["0x72757374 <257538187+0x72757374@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Certificate generation utilities for trojan-rs"
homepage = "https://github.com/trojan-rs/trojan-rs"
documentation = "https://docs.rs/trojan"
readme = "README.md"
keywords = [
    "trojan",
    "certificate",
    "tls",
    "self-signed",
]
categories = ["cryptography"]
license = "GPL-3.0-only"
repository = "https://github.com/trojan-rs/trojan-rs"
resolver = "2"

[lib]
name = "trojan_cert"
path = "src/lib.rs"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.rcgen]
version = "0.14"
features = [
    "aws_lc_rs",
    "pem",
]
default-features = false

[dependencies.thiserror]
version = "2"

[dependencies.time]
version = "0.3"