luct-client 0.2.1

Client library to fetch and validate 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"
name = "luct-client"
version = "0.2.1"
authors = ["Leon Tan"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Client library to fetch and validate certificate transparency logs"
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"

[features]
default = ["reqwest"]
reqwest = ["dep:reqwest"]

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

[dependencies.base64]
version = "0.22"

[dependencies.futures]
version = "0.3"

[dependencies.luct-core]
version = "0.2.1"

[dependencies.reqwest]
version = "0.13"
features = [
    "rustls-no-provider",
    "query",
    "gzip",
]
optional = true
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"
features = ["log"]

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

[dev-dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
]

[target.'cfg(not(any(target_arch = "wasm32", target_arch = "wasm64")))'.dependencies.rustls-rustcrypto]
version = "0.0.2-alpha"
features = ["alloc"]
default-features = false