# 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 = "ozarc" version = "0.0.0" authors = ["FĂ©lix Saparelli "] description = "Zstandard implementation in pure Rust" documentation = "https://github.com/passcod/zarc" keywords = [ "archive", "file-format", "zstd", ] categories = [ "encoding", "compression", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/passcod/zarc" [dependencies.deku] version = "0.16.0" features = ["logging"] [dependencies.log] version = "0.4.20" [dependencies.tracing] version = "0.1.40"