# 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 = "espers" version = "0.1.0" description = "Library for reading ESP and ESM files" homepage = "https://github.com/mf-fm-mf-fm/espers" documentation = "https://github.com/mf-fm-mf-fm/espers" license = "AGPL-3.0" repository = "https://github.com/mf-fm-mf-fm/espers" [dependencies.binrw] version = "0.11" [dependencies.bitflags] version = "1.3" [dependencies.clap] version = "4.1" features = ["derive"] [dependencies.encoding_rs] version = "0.8" [dependencies.flate2] version = "1.0" [dependencies.rgb] version = "0.8" features = ["serde"] [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.thiserror] version = "1.0"