mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-26 17:03:43 +02:00
14 lines
312 B
TOML
14 lines
312 B
TOML
[package]
|
|
name = "aes-gmac-siv"
|
|
version = "0.5.0"
|
|
edition = "2021"
|
|
license = "BSD"
|
|
|
|
[target."cfg(not(any(target_os = \"macos\", target_os = \"ios\")))".dependencies]
|
|
openssl = "^0"
|
|
|
|
#[target."cfg(not(any(target_os = \"macos\", target_os = \"ios\")))".dependencies]
|
|
#gcrypt = "^0"
|
|
|
|
[dev-dependencies]
|
|
sha2 = "^0"
|