# 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 = "alkahest" version = "0.3.0" authors = ["Zakarum "] description = "Fantastic serialization library with zero-overhead serialization and zero-copy deserialization" homepage = "https://github.com/zakarumych/alkahest" documentation = "https://docs.rs/alkahest" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/zakarumych/alkahest" [[example]] name = "test" required-features = [ "derive", "alloc", ] [[example]] name = "profile" required-features = [ "derive", "alloc", ] [dependencies.alkahest-proc] version = "=0.3.0" optional = true [dependencies.bincode] version = "1.3" optional = true [dependencies.serde] version = "1.0" optional = true [dev-dependencies.rand] version = "0.8" features = ["small_rng"] [features] alloc = [] bincoded = [ "bincode", "serde", "std", ] default = [ "alloc", "fixed32", "inline-more", ] derive = ["alkahest-proc"] fixed16 = [] fixed32 = [] fixed64 = [] fixed8 = [] inline-more = [] std = ["alloc"]