colonylib 0.6.0

A library implementing the Colony metadata framework on Autonomi
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 = "colonylib"
version = "0.6.0"
authors = ["Chuck McClish"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library implementing the Colony metadata framework on Autonomi"
readme = "README.md"
license = "GPL-3.0-only"
repository = "https://github.com/zettawatt/colonylib"

[lib]
name = "colonylib"
crate-type = ["rlib"]
path = "src/lib.rs"

[[example]]
name = "add_pods"
path = "examples/add_pods.rs"

[[example]]
name = "enhanced_search_demo"
path = "examples/enhanced_search_demo.rs"

[[example]]
name = "search"
path = "examples/search.rs"

[[example]]
name = "setup"
path = "examples/setup.rs"

[[test]]
name = "data_tests"
path = "tests/data_tests.rs"

[[test]]
name = "enhanced_search_test"
path = "tests/enhanced_search_test.rs"

[[test]]
name = "graph_tests"
path = "tests/graph_tests.rs"

[[test]]
name = "json_update_list_tests"
path = "tests/json_update_list_tests.rs"

[[test]]
name = "key_tests"
path = "tests/key_tests.rs"

[[test]]
name = "pod_management_tests"
path = "tests/pod_management_tests.rs"

[[test]]
name = "pod_tests"
path = "tests/pod_tests.rs"

[[test]]
name = "sort_test"
path = "tests/sort_test.rs"

[dependencies.autonomi]
version = "0.6.0"

[dependencies.bip39]
version = "2.1.0"
features = ["rand"]

[dependencies.blsttc]
version = "8.0.2"

[dependencies.borsh]
version = "1.5.7"
features = [
    "derive",
    "borsh-derive",
]

[dependencies.chrono]
version = "0.4.41"

[dependencies.cocoon]
version = "0.4.3"

[dependencies.dirs]
version = "6.0.0"

[dependencies.futures]
version = "0.3.31"

[dependencies.hex]
version = "0.4.3"

[dependencies.k256]
version = "0.13"
features = ["ecdsa"]

[dependencies.oxigraph]
version = "0.4.11"

[dependencies.oxjsonld]
version = "0.1.0"

[dependencies.oxttl]
version = "0.1.8"

[dependencies.serde]
version = "1.0.219"

[dependencies.serde_json]
version = "1.0.140"

[dependencies.sha3]
version = "0.10"

[dependencies.sn_bls_ckd]
version = "0.2.1"

[dependencies.sn_curv]
version = "0.10.1"
features = ["num-bigint"]
default-features = false

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
version = "1.44.2"

[dependencies.tracing]
version = "0.1.41"

[dev-dependencies.rand]
version = "0.8"

[dev-dependencies.ruint]
version = "1.12.3"

[dev-dependencies.tempfile]
version = "3.20.0"

[dev-dependencies.tokio-test]
version = "0.4"

[dev-dependencies.tracing-subscriber]
version = "0.3.18"

[profile.dev]
opt-level = 0
incremental = true