# 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 = "m5x7" version = "1.0.0" authors = ["Melody Horn "] description = "Daniel Linssen's m5x7 font" readme = "README.md" keywords = ["font"] categories = ["graphics"] license = "CC0-1.0" repository = "https://github.com/boringcactus/m5x7" [package.metadata.docs.rs] all-features = true [dependencies.lazy_static] version = "^1.4.0" optional = true [dependencies.rusttype] version = "^0.8.1" optional = true [dev-dependencies.piston2d-opengl_graphics] version = "0.70.0" [dev-dependencies.rusttype] version = "0.8.1" [features] default = [] parsed = ["rusttype", "lazy_static"]