# 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 = "spnr-lib" version = "0.2.3" authors = ["spnr@spnr.app"] include = ["src", "Cargo.toml", "LICENSE", "README.md"] description = "Rust library for building smart contracts on the Internet Computer, by the Spinner.Cash team." homepage = "https://github.com/spinner-cash/lib-rs" documentation = "https://docs.rs/spnr-lib" readme = "README.md" keywords = ["internet-computer", "types", "canister", "spnr", "spinner"] categories = ["data-structures", "no-std"] license = "GPL-3.0" resolver = "2" [dependencies.candid] version = "0.7" [dependencies.ic-cdk] version = "0.5" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dev-dependencies.assert_matches] version = "1.3" [dev-dependencies.proptest] version = "1.0"