# 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. cargo-features = ["profile-rustflags"] [package] edition = "2018" name = "hex_ln" version = "0.1.0" authors = ["Zeno "] description = "'I cross two fingers, a binary precaution against hex, effective as superconductor or simple superstition.' ― Neil Gaiman, Smoke and Mirrors" readme = "README.md" license = "MIT" [profile.dev] panic = "abort" incremental = true [profile.mini] opt-level = "z" lto = true panic = "abort" incremental = true inherits = "release" rustflags = [ "--cfg", "feature=\"no_std\"", ] [dependencies.log] version = "^0.4.0" [dependencies.ttf-parser] version = "^0.18.0" default-features = false [build-dependencies.bindgen] version = "0.64" default-features = false [features] log = [] no_std = []