# 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 = "stb" version = "0.3.2" authors = ["Maksym Pavlenko "] description = "Safe Rust API for stb libraries" documentation = "https://docs.rs/stb" readme = "../README.md" keywords = ["stb", "gamedev"] categories = ["api-bindings", "parsing", "rendering::data-formats", "game-development"] license = "MIT" repository = "https://github.com/mxpv/stb" [[example]] name = "easy_font" [dependencies.stb-sys] version = "0.6.0" [features] default = ["stb_easy_font", "stb_dxt", "stb_image", "stb_image_write", "stb_perlin", "stb_rect_pack", "stb_image_resize", "stb_truetype"] stb_dxt = ["stb-sys/stb_dxt"] stb_dxt_use_rounding_bias = ["stb-sys/stb_dxt_use_rounding_bias"] stb_easy_font = ["stb-sys/stb_easy_font"] stb_image = ["stb-sys/stb_image"] stb_image_resize = ["stb-sys/stb_image_resize"] stb_image_write = ["stb-sys/stb_image_write"] stb_perlin = ["stb-sys/stb_perlin"] stb_rect_pack = ["stb-sys/stb_image_resize"] stb_truetype = ["stb-sys/stb_truetype"] stbi_no_bmp = ["stb-sys/stbi_no_bmp"] stbi_no_gif = ["stb-sys/stbi_no_gif"] stbi_no_hdr = ["stb-sys/stbi_no_hdr"] stbi_no_jpeg = ["stb-sys/stbi_no_jpeg"] stbi_no_linear = ["stb-sys/stbi_no_linear"] stbi_no_pic = ["stb-sys/stbi_no_pic"] stbi_no_png = ["stb-sys/stbi_no_png"] stbi_no_pnm = ["stb-sys/stbi_no_pnm"] stbi_no_psd = ["stb-sys/stbi_no_psd"] [badges.maintenance] status = "actively-developed"