[package] name = "jsonschema-python" version = "0.1.0" authors = ["Dmitry Dygalo "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "jsonschema_rs" crate-type = ["cdylib"] [dependencies] serde_json = "1" serde = "1" [dependencies.jsonschema] path = "../" [dependencies.pyo3] version = ">= 0.10" features = ["extension-module"] [package.metadata.maturin] requires-python = ">=3.5" project-url = ["https://github.com/Stranger6667/jsonschema-rs"] maintainer = "Dmitry Dygalo" maintainer-email = "Dmitry Dygalo " classifier = [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Rust", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: Implementation :: CPython", ]