# 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 = "rustic-mountain-core" version = "0.1.0" authors = ["coolelectronics "] description = "A rust library for emulating the physics and graphics of the 2015 game jam release of Celeste Classic" homepage = "https://github.com/CoolElectronics/rustic-mountain" documentation = "https://github.com/CoolElectronics/rustic-mountain/blob/main/core/README.md" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/CoolElectronics/rustic-mountain" resolver = "1" [lib] name = "rustic_mountain_core" path = "src/lib.rs" [dependencies.getrandom] version = "0.2.10" features = ["js"] [dependencies.hex] version = "0.4.3" [dependencies.rand] version = "0.8.5" features = ["serde"] [dependencies.serde] version = "1.0.174" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.103"