luct-server 0.2.0

Server implementing a certificate transparency log
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-server"
version = "0.2.0"
authors = ["Leon Tan"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Server implementing a certificate transparency log"
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_server"
path = "src/lib.rs"