# 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 = "asciirend" version = "0.3.1" authors = ["Aurimas Blažulionis <0x60@pm.me>"] exclude = [ "/.github", "/build_extras.sh", "/python", "*.py", "/web_sample", ] description = "no_std compatible ascii rendering core" readme = "README.md" license = "MIT" repository = "https://github.com/h33p/asciirend" [lib] name = "asciirend" crate-type = [ "cdylib", "rlib", ] [[example]] name = "sample" test = false bench = false required-features = ["test-bin"] [dependencies.anyhow] version = "1" optional = true [dependencies.colorsys] version = "0.6" default-features = false [dependencies.console_error_panic_hook] version = "0.1.7" optional = true [dependencies.crossterm] version = "0.27" optional = true [dependencies.libm] version = "0.2" [dependencies.nalgebra] version = "0.32" features = [ "macros", "libm", ] default-features = false [dependencies.rhai] version = "1" features = [ "std", "f32_float", ] optional = true default-features = false [dependencies.serde] version = "1" features = [ "alloc", "derive", "rc", ] optional = true default-features = false [dependencies.serde_json] version = "1" features = ["alloc"] optional = true default-features = false [dependencies.signal-hook] version = "0.3" optional = true [dependencies.wasm-bindgen] version = "0.2" optional = true [dependencies.wee_alloc] version = "0.4" optional = true [dev-dependencies.wasm-bindgen-test] version = "0.3" [features] bindings = [ "serde-all", "serde_json", "global-state", ] default = [ "std", "serde-all", ] global-state = [] scripting = ["rhai"] serde-all = [ "serde", "nalgebra/serde-serialize-no-std", ] std = [] test-bin = [ "anyhow", "std", "signal-hook", "crossterm", ] wasm = [ "bindings", "wasm-bindgen", ] [target."cfg(target_arch = \"wasm32\")".dependencies.rhai] version = "1" features = [ "std", "f32_float", "wasm-bindgen", ] optional = true default-features = false