# 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 = "ropenttd" version = "0.0.2" authors = ["Luis Fernando Batels "] description = "Provide a raw access to openttd save files" readme = "README.md" keywords = [ "openttd", "parse", ] categories = ["games"] license = "MIT" repository = "https://github.com/fernandobatels/ropenttd" [lib] name = "ropenttd" crate-type = ["lib"] [[bin]] name = "ropenttd" required-features = ["cli"] [dependencies.argopt] version = "0.3.0" optional = true [dependencies.bytes] version = "1.0.1" [dependencies.rust-lzma] version = "0.5.1" [dependencies.subslice] version = "0.2.2" [dependencies.tabled] version = "0.8.0" optional = true [features] cli = [ "dep:argopt", "dep:tabled", ] default = ["cli"]