[package]
edition = "2021"
rust-version = "1.85"
name = "safe-oracle"
version = "0.2.0"
authors = ["Sahveli01 <Sahveli01@users.noreply.github.com>"]
build = false
include = [
"src/**/*",
"Cargo.toml",
"README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Drop-in oracle protection for Stellar Soroban — five mathematically-verified guardrails against oracle manipulation attacks."
homepage = "https://soroban-oracle-safety.vercel.app"
documentation = "https://docs.rs/safe-oracle"
readme = "README.md"
keywords = [
"stellar",
"soroban",
"oracle",
"defi",
"security",
]
categories = [
"cryptography::cryptocurrencies",
"no-std",
]
license = "Apache-2.0"
repository = "https://github.com/Sahveli01/soroban-oracle-safety"
[lib]
name = "safe_oracle"
path = "src/lib.rs"
[dependencies.soroban-sdk]
version = "25.3.1"
[dev-dependencies.proptest]
version = "1"
features = ["std"]
default-features = false
[dev-dependencies.soroban-sdk]
version = "25.3.1"
features = ["testutils"]