# 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 = "rust-rpg-toolkit" version = "0.1.1" authors = ["Ole A. Sjo Fasting "] description = "An engine for creating action RPGs with Rust and/or JSON" documentation = "https://github.com/olefasting/rust_rpg_toolkit/tree/master/docs" readme = "./README.md" keywords = [ "gamedev", "macroquad", "serde", ] categories = ["game-development"] license = "MIT" repository = "https://github.com/olefasting/rust_rpg_toolkit" [profile.dev.package."*"] opt-level = 3 [[example]] name = "example-project" crate-type = ["bin"] path = "examples/example_project/src/main.rs" [[example]] name = "building-scenes" crate-type = ["bin"] path = "examples/building_scenes/src/main.rs" [dependencies.bracket-pathfinding] version = "0.8" [dependencies.chrono] version = "0.4" [dependencies.ff-particles] version = "0.1" features = ["serde"] [dependencies.macroquad] version = "0.3" [dependencies.macroquad-profiler] version = "0.1" [dependencies.mode] version = "0.4" [dependencies.quad-storage] version = "0.1" [dependencies.regex] version = "1.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [features] collision-between-actors = [] default = []