# 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 = "teloader" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Loader of Total Editor's level files (*.te3)" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/tynberry/total_editor_3_rs" [lib] name = "teloader" path = "src/lib.rs" [[example]] name = "all_features" path = "examples/all_features.rs" [dependencies.base64] version = "0.22.1" [dependencies.bytemuck] version = "1.17.0" [dependencies.nanoserde] version = "0.1.37" optional = true [dependencies.serde] version = "1.0.209" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0.127" optional = true [dependencies.thiserror] version = "1.0.63" [features] default = ["serde"] nanoserde = ["dep:nanoserde"] serde = [ "dep:serde", "dep:serde_json", ]