philomena/native/philomena/Cargo.toml
2024-11-08 23:55:50 -05:00

24 lines
579 B
TOML

[package]
name = "philomena"
version = "0.3.0"
authors = ["Xe <https://github.com/Xe>", "Luna <https://github.com/Meow>", "Liam White <https://github.com/liamwhite>"]
edition = "2021"
[lib]
name = "philomena"
path = "src/lib.rs"
crate-type = ["dylib"]
[dependencies]
base64 = "0.21"
comrak = { git = "https://github.com/philomena-dev/comrak", branch = "main", default-features = false }
http = "0.2"
jemallocator = { version = "0.5.0", features = ["disable_initial_exec_tls"] }
regex = "1"
ring = "0.16"
rustler = "0.28"
url = "2.3"
[profile.release]
opt-level = 3
lto = true