brk_oracle 0.1.9

Pure on-chain BTC/USD price oracle algorithm
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 = "brk_oracle"
version = "0.1.9"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure on-chain BTC/USD price oracle algorithm"
homepage = "https://bitcoinresearchkit.org"
readme = "README.md"
license = "MIT"
repository = "https://github.com/bitcoinresearchkit/brk"

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

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

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

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

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

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

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

[dependencies.brk_types]
version = "0.1.9"

[dev-dependencies.brk_indexer]
version = "0.1.9"

[dev-dependencies.serde_json]
version = "1.0.149"
features = [
    "float_roundtrip",
    "preserve_order",
]

[dev-dependencies.vecdb]
version = "0.6.8"
features = [
    "derive",
    "serde_json",
    "pco",
    "schemars",
]