# 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 = "epserde" version = "0.6.1" authors = [ "Tommaso Fontana ", "Sebastiano Vigna ", ] description = "ε-serde is an ε-copy (i.e., almost zero-copy) serialization/deserialization framework" readme = "README.md" keywords = [ "serialization", "zero-copy", "mmap", ] license = "Apache-2.0 OR LGPL-2.1-or-later" repository = "https://github.com/vigna/epserde-rs/" [dependencies.anyhow] version = "1.0.79" [dependencies.bitflags] version = "2.4.2" default-features = false [dependencies.common_traits] version = "0.10.2" [dependencies.epserde-derive] version = "=0.6.0" optional = true [dependencies.maligned] version = "0.2.1" [dependencies.mem_dbg] version = "0.2.1" features = [ "maligned", "mmap-rs", ] [dependencies.mmap-rs] version = "0.6.0" optional = true [dependencies.sealed] version = "0.5.0" [dependencies.xxhash-rust] version = "0.8.8" features = ["xxh3"] default-features = false [features] alloc = [] default = [ "std", "mmap-rs", "derive", ] derive = ["epserde-derive"] std = ["alloc"]