# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "json_to_rust" version = "0.2.0" authors = ["museun "] description = "turns sample json into rust structs" documentation = "https://docs.rs/json_to_rust/latest/json_to_rust/" readme = "README.md" license = "0BSD" repository = "https://github.com/museun/json_to_rust" [dependencies.anyhow] version = "1.0.33" [dependencies.indexmap] version = "1.6.0" [dependencies.inflections] version = "1.1.1" [dependencies.json] version = "0.12.4" [dependencies.pico-args] version = "0.3.4"