summaryrefslogtreecommitdiffhomepage
path: root/oxish-aws-lc/Cargo.toml
blob: c8628dbb7bca5b9c1622131725126c7e01a1ae3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "oxish-aws-lc"
version = "0.1.0"
edition.workspace = true
rust-version.workspace = true
license = "Apache-2.0 OR MIT"
description = "aws-lc-rs crypto provider for OxiSH"
repository = "https://github.com/djc/oxish"
readme = "../README.md"
keywords = ["ssh", "protocol", "cryptography"]
categories = ["network-programming", "cryptography"]

[features]
default = ["aws-lc-rs/default"]
fips = ["aws-lc-rs/fips"]

[dependencies]
aws-lc-rs = { workspace = true }
proto = { package = "oxish-proto", version = "0.1", path = "../oxish-proto" }

[lints]
workspace = true