[package]
edition = "2021"
name = "fomod"
version = "0.2.3"
authors = ["Luctius Invictus"]
description = "fomod is game-agnostic format for mod installers, written in xml. This crate can read fomod packages."
keywords = [
"mods",
"skyrim",
"fallout",
"skyrim",
"starfield",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/luctius/fomod"
[dependencies.quick-xml]
version = "0.30.0"
features = [
"serialize",
"serde-types",
]
[dependencies.serde]
version = "1.0.188"
features = ["derive"]