# 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 = "avrogen" version = "0.1.5" authors = ["polo-asm"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "This program allow allow to generate rust code from avro definition files. Modules are created from namespace information" homepage = "https://github.com/polo-asm/avrogen" readme = "Readme.md" keywords = [ "avro", "code-generation", "cli", "serde", ] categories = [ "command-line-utilities", "development-tools::build-utils", ] license = "MIT" repository = "https://github.com/polo-asm/avrogen" [profile.dev] opt-level = 0 debug = 2 debug-assertions = true overflow-checks = true [lib] name = "avrogen" path = "src/lib.rs" [[bin]] name = "avrogen" path = "src/main.rs" [[test]] name = "compare" path = "tests/compare.rs" [[test]] name = "enum_test" path = "tests/enum_test.rs" [dependencies.apache-avro] version = "0.16" [dependencies.clap] version = "4.5.15" features = ["derive"] [dependencies.clap-verbosity] version = "2.1.0" [dependencies.colog] version = "1.3.0" [dependencies.derive_more] version = "0.99.18" [dependencies.glob] version = "0.3.1" [dependencies.heck] version = "0.4" [dependencies.itertools] version = "0.13.0" [dependencies.log] version = "0.4.22" features = [ "max_level_debug", "release_max_level_debug", ] [dependencies.serde] version = "1" [dependencies.serde_json] version = "1.0.122" [dev-dependencies.walkdir] version = "2.5.0"