# 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. [package] edition = "2021" name = "poetic" version = "0.3.1" authors = ["Nils Feierabend "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "library to parse and interpret poetic source code" readme = "README.md" license = "MIT" repository = "https://github.com/mztikk/poetic" [profile.release] lto = true [lib] name = "poetic" path = "src/lib.rs" [[bench]] name = "benchmarks" path = "benches/benchmarks.rs" harness = false [dependencies.getrandom] version = "0.2.15" features = ["js"] optional = true [dependencies.rand] version = "0.8.5" [dependencies.split-digits] version = "0.2.2" [dev-dependencies.criterion] version = "0.5.1" [features] wasm = ["dep:getrandom"]