# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "serde-pyobject" version = "0.4.0" description = "PyO3's PyAny as a serde data format" documentation = "https://docs.rs/serde-pyobject/" readme = "README.md" keywords = [ "serde", "pyo3", "python", "ffi", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Jij-Inc/serde-pyobject" [dependencies.pyo3] version = "0.22.0" [dependencies.serde] version = "1.0.190" [dev-dependencies.maplit] version = "1.0.2" [dev-dependencies.pyo3] version = "0.22.0" features = ["auto-initialize"] [dev-dependencies.serde] version = "1.0.190" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.108"