# 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_static" version = "0.1.2" authors = [ "me", "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" [dependencies.phf_codegen] version = "0.11.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.thiserror] version = "1.0" [dev-dependencies.phf] version = "0.11.2" [dev-dependencies.regex] version = "1.10.4" [dev-dependencies.toml] version = "0.5" [dev-dependencies.trybuild] version = "1.0.96"