[package]
edition = "2021"
name = "typewriter-python"
version = "0.1.0"
authors = ["Darshan Vichhi <aarambhdarshan@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Python Pydantic emitter for the typewriter type sync SDK"
homepage = "https://github.com/aarambh-darshan/typewriter"
readme = "README.md"
keywords = [
"codegen",
"python",
"pydantic",
"type-sync",
]
categories = ["development-tools::build-utils"]
license = "Apache-2.0"
repository = "https://github.com/aarambh-darshan/typewriter"
[lib]
name = "typewriter_python"
path = "src/lib.rs"
[dependencies.typewriter-core]
version = "0.1.0"