typewriter-engine 0.3.1

Shared parser and generation engine for typewriter proc-macro and CLI
Documentation
# 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 = "2024"
name = "typewriter-engine"
version = "0.3.1"
authors = ["Darshan Vichhi <aarambhdarshan@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared parser and generation engine for typewriter proc-macro and CLI"
homepage = "https://github.com/aarambh-darshan/typewriter"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/aarambh-darshan/typewriter"
resolver = "2"

[features]
default = [
    "typescript",
    "python",
    "go",
    "swift",
    "kotlin",
]
go = ["dep:typewriter-go"]
kotlin = ["dep:typewriter-kotlin"]
python = ["dep:typewriter-python"]
swift = ["dep:typewriter-swift"]
typescript = ["dep:typewriter-typescript"]

[lib]
name = "typewriter_engine"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.syn]
version = "2"
features = [
    "full",
    "extra-traits",
    "parsing",
]

[dependencies.typewriter-core]
version = "0.3.1"

[dependencies.typewriter-go]
version = "0.3.1"
optional = true

[dependencies.typewriter-kotlin]
version = "0.3.1"
optional = true

[dependencies.typewriter-python]
version = "0.3.1"
optional = true

[dependencies.typewriter-swift]
version = "0.3.1"
optional = true

[dependencies.typewriter-typescript]
version = "0.3.1"
optional = true

[dependencies.walkdir]
version = "2"

[dev-dependencies.tempfile]
version = "3"