# 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 = "serry" version = "0.1.0" authors = ["tecc"] description = """ Serry - the unstructured Serde. """ readme = "README.md" license = "Apache-2.0" repository = "https://github.com/tecc/serry" [[example]] name = "derive-versioned" required-features = ["derive"] [[example]] name = "checksums" required-features = [ "derive", "checksum", "checksum-sha2", ] [dependencies.byteorder] version = "1.4.3" [dependencies.digest] version = "0.10.7" optional = true [dependencies.impl-trait-for-tuples] version = "0.2.2" [dependencies.paste] version = "1.0.12" [dependencies.serry-derive] version = "0.1.0" optional = true [dependencies.sha2] version = "0.10.7" optional = true [dev-dependencies.rand] version = "0.8.5" [features] checksum = ["dep:digest"] checksum-sha2 = [ "checksum", "dep:sha2", ] default = [] derive = ["dep:serry-derive"]