spnr-lib 0.3.1

Rust library for building smart contracts on the Internet Computer, by the Spinner.Cash team.
Documentation
[dependencies.candid]
version = "0.10"

[dependencies.ic-cdk]
version = "0.18"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dev-dependencies.assert_matches]
version = "1.3"

[dev-dependencies.proptest]
version = "1.0"

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

[package]
authors = ["spnr@spnr.app"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["data-structures", "no-std"]
description = "Rust library for building smart contracts on the Internet Computer, by the Spinner.Cash team."
documentation = "https://docs.rs/spnr-lib"
edition = "2021"
homepage = "https://github.com/spinner-cash/lib-rs"
include = ["src", "Cargo.toml", "LICENSE", "README.md"]
keywords = ["internet-computer", "types", "canister", "spnr", "spinner"]
license = "GPL-3.0"
name = "spnr-lib"
readme = "README.md"
version = "0.3.1"