34 lines
988 B
TOML
34 lines
988 B
TOML
# 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 = "2021"
|
|
rust-version = "1.61"
|
|
name = "sct"
|
|
version = "0.7.1"
|
|
authors = ["Joseph Birr-Pixton <jpixton@gmail.com>"]
|
|
exclude = ["/admin/"]
|
|
description = "Certificate transparency SCT verification library"
|
|
homepage = "https://github.com/rustls/sct.rs"
|
|
readme = "README.md"
|
|
categories = [
|
|
"network-programming",
|
|
"cryptography",
|
|
]
|
|
license = "Apache-2.0 OR ISC OR MIT"
|
|
repository = "https://github.com/rustls/sct.rs"
|
|
|
|
[dependencies.ring]
|
|
version = "0.17.0"
|
|
|
|
[dependencies.untrusted]
|
|
version = "0.9.0"
|