[package] name = "instant-segment-py" version = "0.1.0" authors = ["Dirkjan Ochtman "] edition = "2018" license = "Apache-2.0" workspace = ".." [lib] name = "instant_segment" crate-type = ["cdylib"] [dependencies] ahash = "0.7.2" bincode = "1.3.2" instant-segment = { version = "0.7", path = "../instant-segment", features = ["with-serde"] } pyo3 = { version = "0.13.2", features = ["extension-module"] } smartstring = "0.2.6" [package.metadata.maturin] name = "instant-segment"