# 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 = "uneval" version = "0.2.4" authors = ["Cerber Ursi "] description = "Serde serializer to embed data as Rust code" readme = "README.md" categories = ["development-tools::build-utils"] license = "MIT" repository = "https://github.com/Cerber-Ursi/uneval" resolver = "2" [dependencies.serde] version = "1.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.batch_run] version = "1.2" [dev-dependencies.toml] version = "0.5"