Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyan-dfinity committed Dec 15, 2023
1 parent f9cb2d7 commit b7d549e
Showing 1 changed file with 8 additions and 25 deletions.
33 changes: 8 additions & 25 deletions rust/ic_principal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,37 +13,20 @@ categories = ["data-structures", "no-std"]
keywords = ["internet-computer", "types", "dfinity"]
include = ["src", "Cargo.toml", "LICENSE", "README.md"]

[dependencies]
arbitrary = { workspace = true, optional = true }
crc32fast = { version = "1.3.0", optional = true }
data-encoding = { version = "2.3.2", optional = true }
serde = { workspace = true, optional = true }
sha2 = { version = "0.10.1", optional = true }
thiserror = { version = "1.0", optional = true }

[dev-dependencies]
serde_cbor = "0.11.2"
serde_json = "1.0.74"
serde_test = "1.0.137"
impls = "1"

[dependencies.arbitrary]
workspace = true
optional = true

[dependencies.crc32fast]
version = "1.3.0"
optional = true

[dependencies.data-encoding]
version = "2.3.2"
optional = true

[dependencies.serde]
version = "1.0.115"
features = ["derive"]
optional = true

[dependencies.sha2]
version = "0.10.1"
optional = true

[dependencies.thiserror]
version = "1.0.30"
optional = true

[features]
all = ['arbitrary', 'default']
default = ['convert', 'self_authenticating', 'serde']
Expand Down

0 comments on commit b7d549e

Please sign in to comment.