facet_generate 0.17.2

Generate Swift, Kotlin, TypeScript, and C# from types annotated with `#[derive(Facet)]`
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"
rust-version = "1.90"
name = "facet_generate"
version = "0.17.2"
authors = ["Red Badger Consulting Limited"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generate Swift, Kotlin, TypeScript, and C# from types annotated with `#[derive(Facet)]`"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/redbadger/facet-generate"

[features]
csharp = ["indoc"]
default = ["generate"]
generate = [
    "kotlin",
    "swift",
    "typescript",
    "csharp",
]
kotlin = [
    "include_dir",
    "indoc",
]
swift = [
    "include_dir",
    "indoc",
]
typescript = [
    "include_dir",
    "indoc",
]

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

[[test]]
name = "common_tests"
path = "tests/common_tests.rs"

[[test]]
name = "csharp_generation"
path = "tests/csharp_generation.rs"

[[test]]
name = "csharp_runtime"
path = "tests/csharp_runtime.rs"

[[test]]
name = "kotlin_generation"
path = "tests/kotlin_generation.rs"

[[test]]
name = "kotlin_runtime"
path = "tests/kotlin_runtime.rs"

[[test]]
name = "readme"
path = "tests/readme.rs"

[[test]]
name = "swift_generation"
path = "tests/swift_generation.rs"

[[test]]
name = "swift_runtime"
path = "tests/swift_runtime.rs"

[[test]]
name = "typescript_generation"
path = "tests/typescript_generation.rs"

[[test]]
name = "typescript_runtime"
path = "tests/typescript_runtime.rs"

[dependencies.derive_builder]
version = "0.20"

[dependencies.facet]
version = "=0.44"

[dependencies.facet-generate-attrs]
version = "0.17"

[dependencies.heck]
version = "0.5"

[dependencies.include_dir]
version = "0.7"
optional = true

[dependencies.indent]
version = "0.1"

[dependencies.indoc]
version = "2.0"
optional = true

[dependencies.regex]
version = "1.12"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.textwrap]
version = "0.16"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.anyhow]
version = "1.0.102"

[dev-dependencies.bincode]
version = "=1"

[dev-dependencies.bytes]
version = "1.12"

[dev-dependencies.chrono]
version = "0.4.45"

[dev-dependencies.difficient]
version = "0.1.0"

[dev-dependencies.expect-test]
version = "1.5.1"

[dev-dependencies.facet]
version = "=0.44"
features = [
    "chrono",
    "url",
    "bytes",
    "uuid",
]

[dev-dependencies.ignore]
version = "0.4"

[dev-dependencies.insta]
version = "1.48.0"
features = [
    "yaml",
    "json",
]

[dev-dependencies.maplit]
version = "1.0.2"

[dev-dependencies.strum]
version = "0.28.0"
features = ["derive"]

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

[dev-dependencies.url]
version = "2.5.8"

[dev-dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
]