[dependencies.convert_case]
version = "0.7.1"
[dependencies.itertools]
version = "0.14.0"
[dependencies.quote]
version = "1.0.38"
[dependencies.serde]
features = ["derive"]
version = "1.0.217"
[dependencies.syn]
features = ["visit", "full", "derive", "parsing"]
version = "2.0.98"
[dependencies.walkdir]
version = "2.5.0"
[lib]
name = "rustantic"
path = "src/lib.rs"
[package]
authors = ["Rustantic Project and Contributors <https://github.com/RcRonco/rustantic>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::ffi"]
description = "Rust to Pydantic generator"
edition = "2021"
exclude = ["/.gitignore", ".cargo/config", "/codecov.yml", "/Makefile", "/pyproject.toml", "/noxfile.py", "/.github", "/tests/ui"]
homepage = "https://github.com/RcRonco/rustantic"
keywords = ["pyo3", "python", "ffi"]
license = "MIT OR Apache-2.0"
name = "rustantic"
readme = false
repository = "https://github.com/RcRonco/rustantic"
resolver = "1"
version = "0.2.0"