# 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 = "doryen-rs" version = "1.3.0" authors = ["jice "] exclude = ["www/*"] description = "Pure rust OpenGL accelerated roguelike console API with native/wasm support" homepage = "https://jice-nospam.github.io/doryen-rs/index.html" documentation = "https://docs.rs/doryen-rs" readme = "README.md" keywords = [ "roguelike", "console", "opengl", "wasm", ] license = "MIT" repository = "https://github.com/jice-nospam/doryen-rs" [dependencies.image] version = "0.23.*" features = ["png"] default-features = false [dependencies.uni-app] version = "0.2.*" [dependencies.uni-gl] version = "0.2.*" [dev-dependencies.doryen-fov] version = "0.1.*" [dev-dependencies.unicode-segmentation] version = "1.6.0" [features]