poetic 0.3.1

library to parse and interpret poetic source code
Documentation
[[bench]]
harness = false
name = "benchmarks"
path = "benches/benchmarks.rs"

[dependencies.getrandom]
features = ["js"]
optional = true
version = "0.2.15"

[dependencies.rand]
version = "0.8.5"

[dependencies.split-digits]
version = "0.2.2"

[dev-dependencies.criterion]
version = "0.5.1"

[features]
wasm = ["dep:getrandom"]

[lib]
name = "poetic"
path = "src/lib.rs"

[package]
authors = ["Nils Feierabend <mztikk@outlook.de>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "library to parse and interpret poetic source code"
edition = "2021"
license = "MIT"
name = "poetic"
readme = "README.md"
repository = "https://github.com/mztikk/poetic"
version = "0.3.1"

[profile.release]
lto = true