# 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 = "2018" name = "ic-radix-rs" version = "0.0.3" authors = ["hideyoshi"] description = "A library for interacting Radix DLT within the Internet Computer" readme = "README.md" license = "MIT" [dependencies.anyhow] version = "1.0.83" [dependencies.async-trait] version = "0.1.80" [dependencies.candid] version = "0.10" [dependencies.derive_builder] version = "0.20.0" [dependencies.futures] version = "0.3.30" [dependencies.ic-cdk] version = "0.13" [dependencies.ic-cdk-macros] version = "0.13" [dependencies.jsonrpc-core] version = "18.0.0" [dependencies.serde] version = "^1.0" [dependencies.serde_derive] version = "^1.0" [dependencies.serde_json] version = "^1.0" [dependencies.serde_with] version = "^2.0" [dependencies.tokio] version = "1.0" features = ["full"] optional = true [dependencies.url] version = "^2.2" [dev-dependencies.reqwest] version = "^0.11" features = [ "json", "multipart", ] [dev-dependencies.tokio] version = "1.0" features = ["macros"]