# 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 = "hff" version = "0.6.3" authors = ["All8Up "] description = "Hierarchical File Format" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/All8Up/hff.git" [[bin]] name = "hff" path = "./cmd/hff.rs" test = false bench = false required-features = ["compression"] [dependencies.byteorder] version = "1.5.0" [dependencies.clap] version = "4.4.13" features = ["derive"] [dependencies.clap-verbosity-flag] version = "2.1.1" [dependencies.env_logger] version = "0.11.1" [dependencies.hff-async-std] version = "0.6.1" optional = true [dependencies.hff-core] version = "0.6.1" [dependencies.hff-std] version = "0.6.1" [dependencies.hff-tokio] version = "0.6.1" optional = true [dependencies.log] version = "0.4.20" [dependencies.normpath] version = "1.1.1" [dependencies.thiserror] version = "1.0.51" [features] async-std-rt = ["dep:hff-async-std"] compression = ["hff-std/compression"] default = [] tokio-rt = ["dep:hff-tokio"]