fluorite_codegen 0.5.0

Generate rust/typescript codes from schemas specified by Yaml/JSON.
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 = "2021"
name = "fluorite_codegen"
version = "0.5.0"
authors = ["Xiaoguang Zhang <zhxiaog@outlook.com>"]
build = false
exclude = [".*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generate rust/typescript codes from schemas specified by Yaml/JSON."
documentation = "https://docs.rs/fluorite"
readme = "README.md"
keywords = [
    "IDL",
    "schema",
    "codegen",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/zhxiaogg/fluorite"

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

[[bin]]
name = "fluorite"
path = "src/main.rs"

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.ariadne]
version = "0.4"

[dependencies.askama]
version = "0.12"

[dependencies.chumsky]
version = "0.9"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.derive-new]
version = "0.7"

[dependencies.fluorite]
version = "0.5.0"

[dependencies.logos]
version = "0.14"

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