# 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 = "arkive" version = "0.8.13-1" description = "Immutable archive manipulation library." readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/MaddieM4/arkive" [dependencies.hex] version = "0.4.3" [dependencies.lazy-regex] version = "3.2.0" [dependencies.memmap] version = "0.7.0" [dependencies.serde] version = "1.0.207" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.124" [dependencies.sha2] version = "0.10.8" [dependencies.tempfile] version = "3.12.0"