File: Cargo.toml.orig

package info (click to toggle)
rust-sct 0.7.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 336 kB
  • sloc: python: 195; makefile: 4
file content (17 lines) | stat: -rw-r--r-- 531 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "sct"
version = "0.7.1"
edition = "2021"
rust-version = "1.61"
authors = ["Joseph Birr-Pixton <jpixton@gmail.com>"]
description = "Certificate transparency SCT verification library"
license = "Apache-2.0 OR ISC OR MIT"
readme = "README.md"
homepage = "https://github.com/rustls/sct.rs"
repository = "https://github.com/rustls/sct.rs"
categories = ["network-programming", "cryptography"]
exclude = ["/admin/"]

[dependencies]
ring = "0.17.0"
untrusted = "0.9.0" # stick with the version that's used by current ring