# 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 = "2018" name = "serde_dynamic_typing" version = "0.1.1" authors = ["KizzyCode Software Labs./Keziah Biermann "] description = "A simplified `serde`-compatible type model that allows dynamic runtime inspection" readme = "README.md" keywords = ["serde"] categories = ["encoding"] license = "BSD-2-Clause OR MIT" repository = "https://github.com/KizzyCode/serde_dynamic_typing-rust" [profile.bench] overflow-checks = true [profile.release] overflow-checks = true [dependencies.ebacktrace] version = "0.2.0" [dependencies.serde] version = "1.0" [dev-dependencies.serde_bytes] version = "0.11" [dev-dependencies.serde_derive] version = "1.0" [badges.appveyor] repository = "KizzyCode/serde_dynamic_typing-rust" [badges.travis-ci] repository = "KizzyCode/serde_dynamic_typing-rust"