# 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.1.9" authors = ["Xiaoguang Zhang "] exclude = [".*"] 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" resolver = "1" [lib] name = "fluorite_codegen" path = "src/lib.rs" [[bin]] name = "fluorite" path = "src/main.rs" [dependencies.anyhow] version = "1.0.76" [dependencies.clap] version = "4.4.1" features = ["derive"] [dependencies.derive-new] version = "0.6" [dependencies.fluorite] version = "0.1" [dependencies.serde] version = "1.0.193" features = ["serde_derive"] [dependencies.serde_yaml] version = "0.9.29"