instant-distance/instant-distance-py/Cargo.toml

21 lines
534 B
TOML
Raw Normal View History

2021-03-16 16:07:18 +00:00
[package]
name = "instant-distance-py"
2021-03-24 14:52:20 +00:00
version = "0.2.0"
2021-03-16 16:07:18 +00:00
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
edition = "2018"
license = "MIT OR Apache-2.0"
[lib]
name = "instant_distance"
crate-type = ["cdylib"]
[dependencies]
2021-03-18 12:54:16 +00:00
bincode = "1.3.1"
2021-05-20 19:41:23 +00:00
instant-distance = { version = "0.5", path = "../instant-distance", features = ["with-serde"] }
2021-03-16 16:07:18 +00:00
pyo3 = { version = "0.13.2", features = ["extension-module"] }
serde = { version = "1", features = ["derive"] }
serde-big-array = "0.3.2"
2021-03-18 12:22:22 +00:00
[package.metadata.maturin]
name = "instant-distance"