certran-logs 0.1.0

Primitives and parsers for Certificate Transparency logs
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"
rust-version = "1.87.0"
name = "certran-logs"
version = "0.1.0"
authors = ["Gergo Nemeth <nemethgergo02@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Primitives and parsers for Certificate Transparency logs"
documentation = "https://github.com/certran/certran-logs"
readme = false
keywords = [
    "async",
    "certificate",
    "transparency",
    "logs",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/certran/certran-logs"

[features]
async = ["async-trait"]
debug-fmt = []
default = []

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

[dependencies.async-trait]
version = "0.1.88"
optional = true

[dependencies.base64]
version = "0.22.1"

[dependencies.byteorder]
version = "1.5.0"

[dependencies.chrono]
version = "0.4.41"

[dependencies.oid-registry]
version = "0.8.1"

[dependencies.ouroboros]
version = "0.18.5"

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

[dependencies.thiserror]
version = "2.0.12"

[dependencies.url]
version = "2.5.4"

[dependencies.x509-parser]
version = "0.17.0"