[package]
edition = "2021"
name = "truthlinked-oracle"
version = "0.1.2"
authors = ["TruthLinked Labs <Donatus@truthlinked.org>"]
build = false
include = [
"Cargo.toml",
"README.md",
"LICENSE",
"src/**/*.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Deterministic HTTP oracle primitives for the TruthLinked post-quantum blockchain."
homepage = "https://truthlinked.org"
documentation = "https://docs.rs/truthlinked-oracle"
readme = "README.md"
keywords = [
"truthlinked",
"blockchain",
"oracle",
"http",
"post-quantum",
]
categories = ["cryptography::cryptocurrencies"]
license = "MIT"
repository = "https://github.com/truth-linked/truthlinked"
[lib]
name = "truthlinked_oracle"
path = "src/lib.rs"
[dependencies.blake3]
version = "1.5"
[dependencies.hex]
version = "0.4"
[dependencies.im]
version = "15.1.0"
features = ["serde"]
[dependencies.reqwest]
version = "0.11"
features = [
"json",
"blocking",
]
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
[dependencies.tracing]
version = "0.1"
[dependencies.truthlinked-core]
version = "0.1.3"
[dependencies.truthlinked-governance]
version = "0.1.2"
[dependencies.truthlinked-staking]
version = "0.1.2"