[package] name = "perde-core" version = "0.0.1" authors = ["YushiOMOTE "] edition = "2018" description = "Unleash the power of serde serialization to Python world" homepage = "https://github.com/yushiomote/perde" repository = "https://github.com/yushiomote/perde" license = "MIT" keywords = ["python", "serialization", "serde"] categories = ["encoding"] readme = "README.md" [dependencies] pyo3 = { version = "0.12", features = ["extension-module"] } inflections = "1.1" lazy_static = "1.4" derive-new = "0.5" serde = "1.0" indexmap = "1.6" bytecount = "0.6" smallvec = "1.4" fnv = "1.0"