[package]
edition = "2021"
name = "typewriter-core"
version = "0.1.0"
authors = ["Darshan Vichhi <aarambhdarshan@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core IR types, traits, and config for the typewriter type sync SDK"
homepage = "https://github.com/aarambh-darshan/typewriter"
readme = "README.md"
keywords = [
"codegen",
"typescript",
"python",
"type-sync",
"serde",
]
categories = ["development-tools::build-utils"]
license = "Apache-2.0"
repository = "https://github.com/aarambh-darshan/typewriter"
[lib]
name = "typewriter_core"
path = "src/lib.rs"
[dependencies.anyhow]
version = "1"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.toml]
version = "0.8"