cert-store 0.2.0

CLI-based certificate store. Inspired by Password Store.
# 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 = "cert-store"
version = "0.2.0"
build = false
include = [
    "**/*.rs",
    "Cargo.toml",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI-based certificate store. Inspired by Password Store."
homepage = "https://github.com/igankevich/cert-store"
documentation = "https://docs.rs/cert-store"
readme = "README.md"
keywords = [
    "ssl",
    "git",
    "pem",
    "pfx",
    "pkcs12",
]
categories = [
    "command-line-utilities",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/igankevich/cert-store"

[[bin]]
name = "cert"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.102"

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

[dependencies.fs]
version = "3.3.0"
package = "fs-err"

[dependencies.libc]
version = "0.2.183"

[dependencies.rcgen]
version = "0.14.7"
features = [
    "zeroize",
    "x509-parser",
]

[dependencies.zeroizing-alloc]
version = "0.1.0"