fomod 0.2.3

fomod is game-agnostic format for mod installers, written in xml. This crate can read fomod packages.
Documentation
# 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 = "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"]