# 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" rust-version = "1.68" name = "serde_hooks" version = "0.1.1" authors = ["Anatoliy Samara "] include = [ "docs", "examples", "src", "tests", "LICENSE*", "README.md", ] description = "Runtime hooks for serde" homepage = "https://github.com/anatols/serde_hooks" documentation = "https://docs.rs/serde_hooks" readme = "README.md" keywords = [ "serde", "serialization", "callback", "hook", "introspection", ] categories = [ "encoding", "parsing", "rust-patterns", ] license = "MIT OR Apache-2.0" repository = "https://github.com/anatols/serde_hooks" [[example]] name = "ser" crate-type = ["lib"] test = true doc-scrape-examples = true [dependencies.convert_case] version = "0.6.0" [dependencies.lazy_static] version = "1.4" [dependencies.serde] version = "1" features = ["derive"] [dependencies.smallvec] version = "1.11" [dependencies.thiserror] version = "1" [dev-dependencies.bincode] version = "1.3" [dev-dependencies.indoc] version = "2" [dev-dependencies.ron] version = "0.8" [dev-dependencies.serde-reflection] version = "0.3" [dev-dependencies.serde_bytes] version = "0.11" [dev-dependencies.serde_json] version = "1" [dev-dependencies.serde_yaml] version = "0.9"