# 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 = "2018" name = "skyrim-cell-dump" version = "0.4.2" authors = ["Tyler Hallada "] description = "Library and binary for parsing Skyrim plugin files and extracting CELL data" readme = "README.md" license = "MIT" repository = "https://github.com/thallada/skyrim-cell-dump" [[bin]] name = "skyrim-cell-dump" path = "src/bin/cli.rs" required-features = ["build-binary"] [dependencies.anyhow] version = "1.0" [dependencies.argh] version = "0.1" optional = true [dependencies.bitflags] version = "1.2" [dependencies.encoding_rs] version = "0.8" [dependencies.flate2] version = "1.0" [dependencies.nom] version = "6" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" optional = true [features] build-binary = [ "argh", "serde_json", ]