hex_ln 0.1.0

'I cross two fingers, a binary precaution against hex, effective as superconductor or simple superstition.' ― Neil Gaiman, Smoke and Mirrors
Documentation
cargo-features = ["profile-rustflags"]

[build-dependencies.bindgen]
default-features = false
version = "0.64"

[dependencies.log]
version = "^0.4.0"

[dependencies.ttf-parser]
default-features = false
version = "^0.18.0"

[features]
log = []
no_std = []

[package]
authors = ["Zeno <zeno@0x157.tech>"]
description = "'I cross two fingers, a binary precaution against hex, effective as superconductor or simple superstition.' ― Neil Gaiman, Smoke and Mirrors"
edition = "2018"
license = "MIT"
name = "hex_ln"
readme = "README.md"
version = "0.1.0"

[profile.dev]
incremental = true
panic = "abort"

[profile.mini]
incremental = true
inherits = "release"
lto = true
opt-level = "z"
panic = "abort"
rustflags = ["--cfg", 'feature="no_std"']