# 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 = "serde_garnish" version = "0.3.0" authors = ["Chad Collins "] description = "Serialization/Deserialization for use with garnish core libraries." homepage = "https://github.com/garnish-lang/serde-garnish" documentation = "https://github.com/garnish-lang/serde-garnish" readme = "./README.md" license-file = "./LICENSE" repository = "https://github.com/garnish-lang/serde-garnish" [dependencies.garnish_lang_traits] version = "0.0.5-alpha" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0.147" features = ["derive"] [dev-dependencies.garnish_lang_compiler] version = "0.0.5-alpha" [dev-dependencies.garnish_lang_runtime] version = "0.0.5-alpha" [dev-dependencies.garnish_lang_simple_data] version = "0.0.5-alpha"