# 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 = "strawberride" version = "0.1.2" authors = ["baltdev"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Celeste map serializer and deserializer." documentation = "https://docs.rs/strawberride" readme = "README.md" license = "MIT" repository = "https://github.com/balt-dev/strawberride" [lib] name = "strawberride" path = "src/lib.rs" [[test]] name = "real_data" path = "tests/real_data.rs" [dependencies.byteorder] version = "1" [dependencies.indent_write] version = "2" [dependencies.indexmap] version = "2" [dependencies.itertools] version = "0.13"