# 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] edition = "2018" name = "assembly" version = "0.7.0-beta.0" authors = ["Xiphoseer"] description = "Library for files/resources for LU related software" homepage = "https://xiphoseer.github.io" readme = "README.md" license = "MIT" repository = "https://github.com/xiphoseer/assembly_rs" [dependencies.assembly-core] version = "0.2.0-beta.0" optional = true [dependencies.assembly-data] version = "0.2.0-beta.0" optional = true [dependencies.assembly-maps] version = "0.2.0-beta.0" optional = true [dependencies.assembly-pack] version = "0.2.0-beta.0" optional = true [features] core = ["assembly-core"] data = ["assembly-data"] default = ["core", "data", "maps", "pack"] maps = ["assembly-maps"] pack = ["assembly-pack"] serde-derives = ["assembly-core/serde-derives", "assembly-maps/serde-derives"]