luct-core 0.2.0

Core types and parsers for certificate transparency
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 = "luct-core"
version = "0.2.0"
authors = ["Leon Tan"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core types and parsers for certificate transparency"
homepage = "https://luct.dev"
readme = "README.md"
keywords = [
    "browser-extension",
    "certificates",
    "CA",
    "transparency-logs",
    "web-security",
]
categories = [
    "cryptography",
    "security",
    "visualization",
    "wasm",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Sawchord/luct/"
resolver = "2"

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

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.const-oid]
version = "0.9"
features = ["db"]

[dependencies.digest]
version = "0.11"

[dependencies.futures]
version = "0.3"

[dependencies.hex]
version = "0.4"

[dependencies.itertools]
version = "0.14"

[dependencies.p256]
version = "0.13"
features = ["pkcs8"]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_with]
version = "3"

[dependencies.sha2]
version = "0.11"

[dependencies.thiserror]
version = "2"

[dependencies.url]
version = "2"
features = ["serde"]

[dependencies.x509-cert]
version = "0.2"

[dependencies.x509-verify]
version = "0.4"
features = ["x509"]

[dev-dependencies.rand]
version = "0.10"
features = ["chacha"]

[dev-dependencies.serde_json]
version = "1"