# 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 = "yglnk-core" version = "0.0.2" description = "basic on-disk structured data helpers" categories = ["parser-implementations"] license = "Apache-2.0 OR ISC" resolver = "1" [package.metadata.docs.rs] features = ["alloc"] [dependencies.int-enum] version = "0.5" default-features = false [dependencies.memchr] version = "2.5" default-features = false [dependencies.xxhash-rust] version = "0.8" features = ["xxh64"] [features] alloc = []