librapidarchive 0.2.0

Library for generating archive files of various kinds
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "librapidarchive"
version = "0.2.0"
authors = ["David Wendt"]
description = "Library for generating archive files of various kinds"
keywords = ["tar", "archival", "tape"]
categories = ["filesystem"]
license = "GPL-3.0-or-later"
repository = "https://github.com/kmeisthax/rapidtar"

[lib]
name = "librapidarchive"
path = "src/lib.rs"
[dependencies.num]
version = "0.2.0"

[dependencies.num-traits]
version = "0.2.6"

[dependencies.pad]
version = "0.1"

[dependencies.rayon]
version = "1.0.3"
[dev-dependencies.rand]
version = "0.6.4"
[target."cfg(unix)".dependencies.libc]
version = "0.2"

[target."cfg(unix)".dependencies.nix]
version = "0.10.0"
[target."cfg(windows)".dependencies.winapi]
version = "0.3"
features = ["winbase", "handleapi", "winerror", "aclapi"]