# 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 = "ogmo3" version = "0.1.1" authors = ["Joe Clay <27cupsofcoffee@gmail.com>"] description = "A Rust crate for reading and writing Ogmo Editor 3 projects and levels" documentation = "https://docs.rs/ogmo3" readme = "README.md" keywords = ["game", "gamedev", "map", "ogmo", "level"] categories = ["game-development"] license = "MIT" repository = "https://github.com/17cupsofcoffee/ogmo3" [profile.dev.package.difference] opt-level = 3 [dependencies.either] version = "1.6.1" [dependencies.hashbrown] version = "0.11" features = ["serde"] [dependencies.serde] version = "1.0.116" features = ["derive"] [dependencies.serde_json] version = "1.0.58" [dependencies.serde_repr] version = "0.1" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.pretty_assertions] version = "0.7.2" [dev-dependencies.tetra] version = "0.6"