# 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 = "zserio-rs-build" version = "0.4.0" authors = ["Clemens Zangl "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "zserio compiler" homepage = "https://github.com/Danaozhong/rust-zserio" documentation = "https://docs.rs/rust-zserio" readme = "README.md" keywords = [ "zserio", "serialization", "nds", "ndslive", ] categories = [ "encoding", "compilers", "command-line-utilities", "development-tools::build-utils", ] license = "BSD-3-Clause" repository = "https://github.com/Danaozhong/rust-zserio" [lib] name = "zserio_rs_build" path = "src/lib.rs" [[bin]] name = "zserio-rs-build" path = "src/main.rs" [dependencies.antlr-rust] version = "0.3.0-beta" [dependencies.clap] version = "4.2.7" features = ["derive"] [dependencies.codegen] version = "0.2.0" [dependencies.itertools] version = "0.11.0" [dependencies.log] version = "0.4.22" [dependencies.prettyplease] version = "0.2.20" [dependencies.simple_logger] version = "5.0.0" features = [ "colors", "stderr", ] default-features = false [dependencies.stringcase] version = "0.3.0" [dependencies.syn] version = "2.0.74" [dependencies.walkdir] version = "2.3.2" [dependencies.zserio] version = "0.4.0"