# 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] name = "typer" version = "0.1.1" authors = ["Krovspei Stepan "] exclude = ["assets/*", "examples/*", "fonts/*"] description = "Typer - simple text rendering library, with some additional features." readme = "README.md" keywords = ["font", "rendering", "layout", "text"] categories = ["gui"] license = "MIT" repository = "https://github.com/curiosus-stefan/typer" [profile.dev] opt-level = 2 [[example]] name = "example-1" [[example]] name = "example-2" [[example]] name = "example-3" [[example]] name = "example-4" [[example]] name = "example-5" [dependencies.rusttype] version = "0.7.3" [dependencies.xml-rs] version = "0.8.0" [dev-dependencies.image] version = "0.20.1"