aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: fd8e36cb9871264dd7868934ce02119b4c99a6ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "squashfs-ng"
version = "0.1.1"
authors = ["Matthew Schauer <matthew.schauer@e10x.net>"]
edition = "2018"

[build-dependencies]
bindgen = "0.53.1"

[dependencies]
lazy_static = "1.4"
libc = "0.2"
memmap = "0.7"
num_cpus = "1.13"
num-traits = "0.2"
num-derive = "0.3"
owning_ref = "0.4"
thiserror = "1.0"
walkdir = "2.3"
xattr = "0.2"