# 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" rust-version = "1.65.0" name = "rustic" version = "0.1.9" authors = ["Benji Zhai"] build = "build.rs" description = "Library for building canisters on the Internet Computer." readme = "README.md" keywords = [ "icp", "blockchain", "smart-contracts", ] categories = [ "cryptography::cryptocurrencies", "finance", "wasm", ] license = "MIT OR Apache-2.0" repository = "https://github.com/internet-computer-protocol/rustic/" [dependencies.candid] version = "0.10" [dependencies.ciborium] version = "0.2" [dependencies.ic-cdk] version = "0.13" [dependencies.ic-cdk-macros] version = "0.9" [dependencies.ic-stable-structures] version = "0.6" [dependencies.num-traits] version = "0.2" [dependencies.rustic-macros] version = "0.1" [dependencies.serde] version = "1.0" [dependencies.serde_bytes] version = "0.11" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["json"] [dev-dependencies.proptest] version = "1.4.0" [features] access = [] access-roles = ["access"] default = [ "access-roles", "reentrancy", "lifecycle", ] export-candid = [] lifecycle = [] logging = [] pausable = ["access"] reentrancy = [] stable-logging = []