# 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 = "dh" version = "0.8.1" authors = ["Leonard Lesinski <84378319+Le0X8@users.noreply.github.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Data handling in Rust, made easy." documentation = "https://docs.rs/dh" readme = "README.md" keywords = [ "data", "files", "read", "write", "rw", ] categories = [ "data-structures", "encoding", "filesystem", "parsing", ] license = "MIT" repository = "https://github.com/Le0X8/dh" [lib] name = "dh" path = "src/lib.rs" [[test]] name = "data" path = "tests/data.rs" [[test]] name = "data_ref" path = "tests/data_ref.rs" [[test]] name = "file" path = "tests/file.rs" [[test]] name = "limited" path = "tests/limited.rs" [dependencies] [dev-dependencies.murmur3] version = "0.5.2"