pyruse/Cargo.toml

22 lines
487 B
TOML
Raw Permalink Normal View History

2019-11-23 23:10:40 +01:00
[package]
name = "pyruse"
version = "2.1.0"
authors = ["Y. <theYinYeti@yalis.fr>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = "0.4"
2021-02-20 18:53:11 +01:00
indexmap = { version = "1.3", features = ["serde-1"] }
2021-03-23 20:35:57 +01:00
lettre_email = "0.9"
quoted_printable = "0.4"
regex = "1"
2019-12-22 13:27:31 +01:00
serde = { version = "1.0", features = ["derive"] }
2019-11-23 23:10:40 +01:00
serde_json = "1.0"
serde_yaml = "0.8"
2021-02-20 18:53:11 +01:00
systemd = "0.8"
[dev-dependencies]
lazy_static = "1.4"