luct-extension 0.2.2

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-extension"
version = "0.2.2"
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_extension"
crate-type = ["cdylib"]
path = "src/lib.rs"

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

[dependencies.console_error_panic_hook]
version = "0.1"

[dependencies.futures]
version = "0.3"

[dependencies.getrandom]
version = "0.2"
features = ["js"]

[dependencies.js-sys]
version = "0.3"

[dependencies.luct-client]
version = "0.2.2"

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

[dependencies.luct-otlsp]
version = "0.2.2"

[dependencies.luct-scanner]
version = "0.2.2"

[dependencies.luct-store]
version = "0.2.2"

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

[dependencies.serde-wasm-bindgen]
version = "0.6"

[dependencies.serde_json]
version = "1"

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

[dependencies.tracing-wasm]
version = "0.2"

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

[dependencies.wasm-bindgen]
version = "= 0.2.120"

[dependencies.wasm-bindgen-futures]
version = "0.4"

[dependencies.web-sys]
version = "0.3"
features = [
    "BinaryType",
    "Blob",
    "CloseEvent",
    "ErrorEvent",
    "FileReader",
    "MessageEvent",
    "ProgressEvent",
    "WebSocket",
    "Document",
    "Element",
    "HtmlElement",
    "Node",
    "Storage",
    "Window",
]

[dependencies.web-time]
version = "1.1"
features = ["serde"]

[dev-dependencies.luct-test]
version = "0.2.2"

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "fmt",
]

[dev-dependencies.wasm-bindgen-test]
version = "0.3"