[dependencies.logicaffeine-base]
version = "0.6.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dev-dependencies.bincode]
version = "1.3"
[lib]
name = "logicaffeine_data"
path = "src/lib.rs"
[package]
authors = ["Tristen Harr <tristen@brahmastra-labs.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics", "compilers", "science"]
description = "WASM-safe data structures and CRDTs - NO IO"
edition = "2021"
homepage = "https://logicaffeine.com"
keywords = ["logic", "proof-assistant", "theorem-prover", "first-order-logic", "formal-methods"]
license = "BUSL-1.1"
name = "logicaffeine-data"
readme = "README.md"
repository = "https://github.com/Brahmastra-Labs/logicaffeine"
rust-version = "1.75"
version = "0.6.0"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.getrandom]
version = "0.2"
[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
features = ["js"]
version = "0.2"