# 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 = "slidetown"
version = "0.1.0"
authors = ["amPerl"]
exclude = ["tests/*", "resources/*"]
description = "Drift City / Skid Rush file format parsers"
homepage = "https://github.com/amPerl/slidetown"
categories = []
license = "MIT"
repository = "https://github.com/amPerl/slidetown"
[dependencies.anyhow]
version = "1.0.43"

[dependencies.binread]
version = "2.1.1"

[dependencies.encoding_rs]
version = "0.8.28"

[dependencies.inflate]
version = "0.4.5"

[dependencies.quick-xml]
version = "0.22.0"
features = ["encoding"]

[dependencies.serde]
version = "1.0.127"
features = ["derive"]

[dependencies.thiserror]
version = "1.0.26"
[dev-dependencies.chrono]
version = "0.4.19"

[dev-dependencies.image]
version = "0.23.14"

[dev-dependencies.imageproc]
version = "0.22.0"

[dev-dependencies.walkdir]
version = "2.3.2"