Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Cargo.toml - github.com/windirstat/RustyMft.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 79452c9bd9f550797da2ae8370078a61118e3ace (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[package]
name = "RustyMft"
version = "0.1.0"
authors = ["matthew seyer <matthew.seyer@gmail.com>"]

[lib]
name = "rustymft"
crate-type = ["cdylib","lib"]

[dependencies]
log = "*"
clap = "*"
encoding = "0.2"
byteorder = "*"
bitflags = "0.7"
serde = "0.9"
serde_derive = "0.9"
serde_json = "0.9"
seek_bufread = "~1.2"
env_logger = "0.3"

[dependencies.jmespath]
version = "^0.1.1"

[dependencies.r-winstructs]
version = "*"
branch = "master"
git = "https://github.com/forensicmatt/r-winstructs"

[dependencies.chrono]
version = "*"
features = ["serde", "rustc-serialize"]