forked from dfinity/cdk-rs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
26 lines (24 loc) · 846 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[package]
name = "ic-ledger-types"
version = "0.5.0"
edition = "2021"
authors = ["DFINITY Stiftung <[email protected]>"]
description = "Types for interacting with the ICP ledger canister."
homepage = "https://docs.rs/ic-ledger-types"
documentation = "https://docs.rs/ic-ledger-types"
license = "Apache-2.0"
readme = "README.md"
keywords = ["internet-computer", "ledger"]
categories = ["cryptography::cryptocurrencies", "data-structures"]
include = ["src", "Cargo.toml", "CHANGELOG.md", "LICENSE", "README.md"]
repository = "https://github.com/dfinity/cdk-rs"
rust-version = "1.65.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ic-cdk = { path = "../../src/ic-cdk", version = "0.8" }
candid = "0.8.0"
crc32fast = "1.2.0"
hex = "0.4"
serde = "1"
serde_bytes = "0.11"
sha2 = "0.9"