# 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] name = "filearco" version = "0.1.0" authors = ["Philip Woods "] description = "Simple read-only file archive format" homepage = "https://github.com/Elzair/filearco_rs" documentation = "https://docs.rs/filearco/" readme = "README.md" keywords = ["archive", "file-archive", "encoding", "filearchive"] categories = ["filesystem", "game-engines"] license = "MIT/Apache-2.0" repository = "https://github.com/Elzair/filearcho_rs" [[bin]] name = "filearco" path = "src/bin/filearco.rs" required-features = ["binaries"] [dependencies.walkdir] version = "1.0" [dependencies.page_size] version = "0.4" [dependencies.bincode] version = "0.8" [dependencies.serde] version = "^1.0" [dependencies.clap] version = "2" optional = true [dependencies.memmap] version = "^0.5.2" [dependencies.serde_derive] version = "^1.0" [dependencies.crc] version = "1.5" [dev-dependencies.memadvise] version = "0.1" [features] binaries = ["clap"]