# 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 = "jaded" version = "0.5.0" authors = ["Peter Holloway "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Java deserialization for Rust" homepage = "https://gitlab.com/woollyGibbon/jaded" readme = "README.md" keywords = [ "Java", "Deserialization", ] categories = [ "parser-implementations", "encoding", ] license = "MIT" repository = "https://gitlab.com/woollyGibbon/jaded" [lib] name = "jaded" path = "src/lib.rs" [[test]] name = "examples" path = "tests/examples.rs" [dependencies.jaded-derive] version = "0.2" optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.23" [features] derive = ["jaded-derive"] renaming = ["jaded-derive/renaming"] serde = ["dep:serde"]