# 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 = "carbon14" version = "0.0.2" authors = ["Gabriel Falcão "] description = "file-system forensics" homepage = "https://github.com/gabrielfalcao/carbon14" documentation = "https://docs.rs/carbon14" readme = "README.md" license = "MIT" [lib] name = "carbon14" path = "src/lib.rs" [[bin]] name = "carbon14" path = "src/main.rs" bench = false [dependencies.adler32] version = "1.2.0" features = ["core"] [dependencies.base64] version = "0.21.5" [dependencies.clap] version = "4.4.6" features = [ "derive", "unicode", "env", "string", "wrap_help", ] [dependencies.copypasta] version = "0.10.0" [dependencies.crc] version = "3.0.1" [dependencies.hex] version = "0.4.3" features = ["serde"] [dependencies.indicatif] version = "0.17.7" [dependencies.iocore] version = "0.111.0" [dependencies.md5] version = "0.7.0" [dependencies.serde] version = "1.0.190" features = [ "alloc", "derive", "rc", "serde_derive", ] [dependencies.serde-jsonlines] version = "0.4.0" [dependencies.serde_json] version = "1.0.108" features = [ "alloc", "std", "float_roundtrip", "arbitrary_precision", "indexmap", "preserve_order", ] [dependencies.serde_yaml] version = "0.9.27" [dependencies.sha] version = "1.0.3" [dependencies.sha2] version = "0.10.8" features = [ "oid", "compress", ] [dependencies.sha3] version = "0.10.8" features = [ "std", "asm", "reset", "oid", ] [dev-dependencies.k9] version = "0.11.6"