# 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 = "zip-core" version = "0.0.4" authors = ["Marcel Märtens "] description = "zip implementation independent structs and helpers" homepage = "https://gitlab.com/xMAC94x/zip-core" documentation = "https://docs.rs/zip-core" readme = "README.md" keywords = [ "zip", "archive", "unzip", ] categories = [ "compression", "parsing", "api-bindings", "no-std", ] license = "Apache-2.0 OR MIT" repository = "https://gitlab.com/xMAC94x/zip-core" [package.metadata.docs.rs] features = ["default"] [dependencies.bytes] version = "1" optional = true default-features = false [dev-dependencies.clap] version = "4" features = ["derive"] [features] default = [ "std", "parse", ] parse = ["bytes"] std = ["bytes/std"]