# 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 = "2018" name = "truegrf" version = "2.1.0" authors = ["Patric Stout "] description = "TrueGRF YAML to GRF compiler" homepage = "https://github.com/TrueGRF/TrueGRF-rs" readme = "README.md" license = "GPL-2.0-only" repository = "https://github.com/TrueGRF/TrueGRF-rs" [profile.release] opt-level = "s" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.base64] version = "0.13" [dependencies.bitflags] version = "1.3" [dependencies.clap] version = "3.1" [dependencies.console_error_panic_hook] version = "0.1" optional = true [dependencies.hex] version = "0.4.3" [dependencies.image] version = "0.24" features = ["png"] default-features = false [dependencies.js-sys] version = "0.3" [dependencies.petgraph] version = "0.6.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.8" [dependencies.wasm-bindgen] version = "0.2" features = ["serde-serialize"] [features] default = ["console_error_panic_hook"]