nova-python/Cargo.toml

15 lines
409 B
TOML
Raw Normal View History

2023-08-07 10:26:09 +02:00
[package]
name = "nova-python"
2023-08-15 13:49:07 +02:00
version = "0.1.7"
2023-08-07 10:26:09 +02:00
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "nova_python"
crate-type = ["cdylib"]
[dependencies]
2023-08-15 13:48:12 +02:00
pyo3 = {version = "0.19.2", features = ["generate-import-lib"]}
2023-08-07 10:26:09 +02:00
reqwest = "0.11.18"
tokio = { version = "1.29.1", features = ["rt-multi-thread", "time"] }
serde_json = "1.0.104"