[dependencies.bincode]
version = "1.3"
[dependencies.bytemuck]
features = ["derive"]
version = "1.24"
[dependencies.presentar-core]
version = "0.3.0"
[dependencies.presentar-layout]
version = "0.3.0"
[dependencies.presentar-widgets]
version = "0.3.0"
[dependencies.presentar-yaml]
version = "0.3.0"
[dependencies.rmp-serde]
version = "1.3"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.wgpu]
version = "24.0"
[dependencies.zstd]
version = "0.13"
[dev-dependencies.hex]
version = "0.4"
[dev-dependencies.presentar-test]
version = "0.3.0"
[dev-dependencies.regex]
version = "1"
[dev-dependencies.sha2]
version = "0.10"
[lib]
crate-type = ["cdylib", "rlib"]
name = "presentar"
path = "src/lib.rs"
[lints.clippy]
cargo_common_metadata = "allow"
cast_possible_truncation = "allow"
cast_precision_loss = "allow"
cast_sign_loss = "allow"
expect_used = "allow"
float_cmp = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
option_if_let_else = "allow"
redundant_pub_crate = "allow"
return_self_not_must_use = "allow"
significant_drop_tightening = "allow"
similar_names = "allow"
unused_self = "allow"
unwrap_used = "warn"
[lints.clippy.all]
level = "warn"
priority = -1
[lints.clippy.nursery]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
unreachable_pub = "warn"
unsafe_code = "deny"
unsafe_op_in_unsafe_fn = "warn"
[package]
authors = ["Pragmatic AI Labs"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "WASM-first visualization and rapid application framework"
edition = "2021"
include = ["src/**/*", "assets/**/*", "Cargo.toml"]
license = "MIT"
name = "presentar"
readme = false
repository = "https://github.com/paiml/presentar"
rust-version = "1.75"
version = "0.3.0"
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.proptest]
version = "1.9"
[target.'cfg(target_arch = "wasm32")'.dependencies.console_error_panic_hook]
version = "0.1"
[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
features = ["js"]
version = "0.2"
[target.'cfg(target_arch = "wasm32")'.dependencies.js-sys]
version = "0.3"
[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2"
[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures]
version = "0.4"
[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
features = ["Window", "Document", "Element", "HtmlCanvasElement", "CanvasRenderingContext2d", "Performance", "console", "Event", "MouseEvent", "KeyboardEvent", "PointerEvent", "TouchEvent", "Touch", "TouchList", "WheelEvent", "CanvasWindingRule", "Storage", "Location", "History", "PopStateEvent", "Url", "WebSocket", "MessageEvent", "CloseEvent", "ErrorEvent", "BinaryType"]
version = "0.3"
[target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen-test]
version = "0.3"