-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
64 lines (56 loc) · 2.14 KB
/
Cargo.toml
File metadata and controls
64 lines (56 loc) · 2.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
[package]
name = "cosmic-stable-framework"
version = "1.0.0-hyper" # Hyper-tech semantic version with quantum suffix
edition = "2021"
description = "Hyper-Tech Nexus Protocol for Universal Stablecoin Finance"
license = "MIT"
authors = ["HyperCosmic Labs <contact@hypercosmic.example.com>"]
repository = "https://github.com/KOSASIH/cosmic-stable-framework"
homepage = "https://cosmic-stable-framework.example.com"
documentation = "https://docs.cosmic-stable-framework.example.com"
keywords = ["stablecoin", "blockchain", "ai", "quantum", "galactic", "finance"]
categories = ["cryptography", "asynchronous", "finance"]
readme = "README.md"
[dependencies]
tokio = { version = "1.0", features = ["full"] } # Async for galactic ops
ring = "0.16" # Quantum-resistant crypto
serde = { version = "1.0", features = ["derive"] } # Serialization
serde_yaml = "0.9" # Config loading
rand = "0.8" # Quantum-inspired randomness
reqwest = { version = "0.11", features = ["json"] } # Planetary API calls
sha3 = "0.10" # Quantum hashing
futures = "0.3" # Async utilities
criterion = "0.3" # Benchmarking
clap = "2.33" # CLI tools
ai_oracle = { path = "src/core/utils/ai_oracle", optional = true } # Hypothetical AI crate
[dev-dependencies]
tokio-test = "0.4" # Async testing
[features]
default = []
ai_advanced = ["ai_oracle"] # Enable advanced AI integrations
quantum_full = [] # Full quantum features
galactic = [] # Universal scaling features
[workspace]
members = [
"src/core",
"src/modules/*",
"tools/*",
"tests/*",
]
[profile.release]
opt-level = 3 # Hyper optimization for cosmic throughput
lto = true # Link-time optimization
panic = "abort" # For stability
[profile.dev]
opt-level = 0
debug = true
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
# Hyper-Tech Custom Section: Quantum and AI Configs
[package.metadata.hypercosmic]
quantum_entropy = true # Enable quantum randomness in builds
ai_self_heal = true # Auto-retrain on compile failures
stablecoin_enforce = true # Reject volatile dependencies
galactic_scale = true # Async for universe ops
holographic_logging = "hyper" # Logging level in binaries