[package] name = "oneroll" version = "1.3.3" edition = "2021" description = "A Pyo3 Project Template For HydroRoll." license = "AGPL-3.0" documentation = "https://oneroll.hydroroll.team/" homepage = "https://hydroroll.team/" repository = "https://github.com/HydroRoll-Team/oneroll" authors = ["HsiangNianian"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "_core" crate-type = ["cdylib"] [dependencies] pest = "2.8.1" pest_derive = "2.8.1" pyo3 = { version = "0.19.2", features = ["abi3-py39"] } rand = "0.9.2" time = { version = "0.3.36", features = ["formatting", "macros", "local-offset"] } serde = { version = "1.0", features = ["derive"] } thiserror = "1.0"