philomena/native/philomena/Cargo.toml
dependabot[bot] 284a36d31e
Bump ring from 0.16.20 to 0.17.12 in /native/philomena
Bumps [ring](https://github.com/briansmith/ring) from 0.16.20 to 0.17.12.
- [Changelog](https://github.com/briansmith/ring/blob/main/RELEASES.md)
- [Commits](https://github.com/briansmith/ring/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-07 16:35:06 +00:00

26 lines
688 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 = "philomena-0.29.2", default-features = false }
http = "0.2"
jemallocator = { version = "0.5.0", features = ["disable_initial_exec_tls"] }
once_cell = "1.20"
regex = "1"
ring = "0.17"
rustler = "0.35"
url = "2.5"
zip = { version = "2.2.0", features = ["deflate"], default-features = false }
[profile.release]
opt-level = 3
lto = true