1
0
mirror of https://github.com/danog/tergent.git synced 2024-11-26 20:15:00 +01:00
tergent/Cargo.toml
dependabot[bot] 176f1a476e
Bump nix from 0.18.0 to 0.20.2
Bumps [nix](https://github.com/nix-rust/nix) from 0.18.0 to 0.20.2.
- [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nix-rust/nix/compare/v0.18.0...v0.20.2)

---
updated-dependencies:
- dependency-name: nix
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-11 08:07:50 +00:00

23 lines
485 B
TOML

[package]
name = "tergent"
version = "1.0.0"
authors = ["Kaan Karaagacli <kaankaraagacli@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
crate-type = ["cdylib"]
[dependencies]
base64 = "0.12.3"
bitflags = "1.2.1"
hex = "0.4.2"
nix = "0.20.2"
num-derive = "0.3.1"
num-traits = "0.2.12"
once_cell = "1.4.0"
serde_json = "1.0.57"
simple_asn1 = "0.4.1"
uuid = { version = "0.8.1", features = ["v4"] }