philomena/native/philomena/Cargo.toml

25 lines
579 B
TOML
Raw Normal View History

2021-09-11 02:37:13 +02:00
[package]
name = "philomena"
2021-09-13 00:38:46 +02:00
version = "0.3.0"
2021-09-12 17:53:31 +02:00
authors = ["Xe <https://github.com/Xe>", "Luna <https://github.com/Meow>", "Liam White <https://github.com/liamwhite>"]
edition = "2021"
2021-09-11 02:37:13 +02:00
[lib]
name = "philomena"
2021-09-11 02:37:13 +02:00
path = "src/lib.rs"
crate-type = ["dylib"]
[dependencies]
2024-11-08 23:55:50 -05:00
base64 = "0.21"
2024-04-16 09:01:02 -04:00
comrak = { git = "https://github.com/philomena-dev/comrak", branch = "main", default-features = false }
2024-11-08 23:55:50 -05:00
http = "0.2"
2023-05-18 16:23:17 +02:00
jemallocator = { version = "0.5.0", features = ["disable_initial_exec_tls"] }
2024-11-08 23:55:50 -05:00
regex = "1"
2021-09-13 20:54:57 +02:00
ring = "0.16"
2024-11-08 23:55:50 -05:00
rustler = "0.28"
2023-05-18 16:23:17 +02:00
url = "2.3"
2021-09-11 02:37:13 +02:00
[profile.release]
opt-level = 3
lto = true