[dependencies.chie-core]
version = "0.1.0"
[dependencies.chie-crypto]
version = "0.1.0"
[dependencies.chie-p2p]
version = "0.1.0"
[dependencies.chie-shared]
version = "0.1.0"
[features]
default = []
full = []
[lib]
name = "chie"
path = "src/lib.rs"
[package]
authors = ["COOLJAPAN OU"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "cryptography", "filesystem"]
description = "CHIE Protocol - Decentralized, privacy-preserving file sharing with zero-knowledge proofs"
edition = "2024"
homepage = "https://github.com/cool-japan/chie"
keywords = ["p2p", "privacy", "file-sharing", "decentralized", "zero-knowledge"]
license = "MIT OR Apache-2.0"
name = "chie"
readme = "README.md"
repository = "https://github.com/cool-japan/chie"
resolver = "2"
rust-version = "1.85"
version = "0.1.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]