ic-pub-key 0.3.0

A package created for the Internet Computer Protocol for (offline) derivation of threshold public keys
Documentation
# 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 = "2024"
name = "ic-pub-key"
version = "0.3.0"
authors = ["The Internet Computer Project Developers"]
build = false
include = [
    "src",
    "Cargo.toml",
    "CHANGELOG.md",
    "LICENSE",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A package created for the Internet Computer Protocol for (offline) derivation of threshold public keys"
documentation = "https://internetcomputer.org/docs/"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/dfinity/ic"
resolver = "2"

[features]
default = [
    "secp256k1",
    "ed25519",
    "vetkeys",
]
ed25519 = ["dep:ic-ed25519"]
secp256k1 = ["dep:ic-secp256k1"]
vetkeys = ["dep:ic-vetkeys"]

[lib]
name = "ic_pub_key"
path = "src/lib.rs"

[dependencies.ic-ed25519]
version = "0.6.0"
optional = true

[dependencies.ic-management-canister-types]
version = "0.5.0"

[dependencies.ic-secp256k1]
version = "0.3.0"
optional = true

[dependencies.ic-vetkeys]
version = "0.6.0"
optional = true

[dev-dependencies.hex]
version = "0.4"