2025-10-06 10:30:17 -03:00
|
|
|
[package]
|
2025-10-06 14:55:04 -03:00
|
|
|
name = "botserver"
|
2025-11-21 23:26:43 -03:00
|
|
|
version = "6.1.0"
|
2025-10-06 10:30:17 -03:00
|
|
|
edition = "2021"
|
2026-01-19 15:43:45 -03:00
|
|
|
resolver = "2"
|
2025-10-06 10:30:17 -03:00
|
|
|
|
2025-12-03 19:59:27 -03:00
|
|
|
[dependencies.botlib]
|
|
|
|
|
path = "../botlib"
|
2026-01-19 15:43:45 -03:00
|
|
|
features = ["database", "i18n"]
|
2025-12-03 19:59:27 -03:00
|
|
|
|
2025-10-06 10:30:17 -03:00
|
|
|
[features]
|
2026-01-18 19:53:34 -03:00
|
|
|
# ===== SINGLE DEFAULT FEATURE SET =====
|
2026-01-22 19:45:18 -03:00
|
|
|
default = ["chat", "drive", "tasks", "automation", "cache", "directory"]
|
2025-11-22 01:27:29 -03:00
|
|
|
|
2026-01-16 11:29:22 -03:00
|
|
|
# ===== COMMUNICATION APPS =====
|
2026-01-19 15:43:45 -03:00
|
|
|
chat = []
|
2026-01-16 11:29:22 -03:00
|
|
|
people = []
|
2026-01-19 15:43:45 -03:00
|
|
|
mail = ["dep:lettre","dep:mailparse", "dep:imap", "dep:native-tls"]
|
2026-01-16 11:29:22 -03:00
|
|
|
meet = ["dep:livekit"]
|
|
|
|
|
social = []
|
2025-11-22 22:54:45 -03:00
|
|
|
whatsapp = []
|
2026-01-06 22:56:35 -03:00
|
|
|
telegram = []
|
2025-11-22 22:54:45 -03:00
|
|
|
instagram = []
|
|
|
|
|
msteams = []
|
2026-01-16 11:29:22 -03:00
|
|
|
communications = ["chat", "people", "mail", "meet", "social", "whatsapp", "telegram", "instagram", "msteams", "cache"]
|
2025-10-16 16:49:23 -03:00
|
|
|
|
2026-01-16 11:29:22 -03:00
|
|
|
# ===== PRODUCTIVITY APPS =====
|
2025-11-28 09:27:29 -03:00
|
|
|
calendar = []
|
2026-01-22 13:57:40 -03:00
|
|
|
tasks = ["dep:cron", "automation"]
|
2026-01-19 15:43:45 -03:00
|
|
|
project=["quick-xml"]
|
2026-01-16 11:29:22 -03:00
|
|
|
goals = []
|
|
|
|
|
workspace = []
|
2026-01-22 19:45:18 -03:00
|
|
|
workspaces = ["workspace"]
|
|
|
|
|
tickets = []
|
|
|
|
|
billing = []
|
|
|
|
|
productivity = ["calendar", "tasks", "project", "goals", "workspaces", "cache"]
|
2026-01-16 11:29:22 -03:00
|
|
|
|
|
|
|
|
# ===== DOCUMENT APPS =====
|
2026-01-19 15:43:45 -03:00
|
|
|
paper = ["docs", "dep:pdf-extract"]
|
2026-01-16 11:29:22 -03:00
|
|
|
docs = ["docx-rs", "ooxmlsdk"]
|
2026-01-19 15:43:45 -03:00
|
|
|
sheet = ["calamine", "spreadsheet-ods"]
|
2026-01-16 11:29:22 -03:00
|
|
|
slides = ["ooxmlsdk"]
|
2026-01-22 19:45:18 -03:00
|
|
|
drive = ["dep:aws-config", "dep:aws-sdk-s3", "dep:aws-smithy-async", "dep:pdf-extract"]
|
2026-01-16 11:29:22 -03:00
|
|
|
documents = ["paper", "docs", "sheet", "slides", "drive"]
|
|
|
|
|
|
|
|
|
|
# ===== MEDIA APPS =====
|
|
|
|
|
video = []
|
|
|
|
|
player = []
|
|
|
|
|
canvas = []
|
|
|
|
|
media = ["video", "player", "canvas"]
|
|
|
|
|
|
|
|
|
|
# ===== LEARNING & RESEARCH APPS =====
|
Add video module, RBAC, security features, billing, contacts, dashboards, learn, social, and multiple new modules
Major additions:
- Video editing engine with AI features (transcription, captions, TTS, scene detection)
- RBAC middleware and organization management
- Security enhancements (MFA, passkey, DLP, encryption, audit)
- Billing and subscription management
- Contacts management
- Dashboards module
- Learn/LMS module
- Social features
- Compliance (SOC2, SOP middleware, vulnerability scanner)
- New migrations for RBAC, learn, and video tables
2026-01-08 13:16:17 -03:00
|
|
|
learn = []
|
2026-01-16 11:29:22 -03:00
|
|
|
research = ["llm", "vectordb"]
|
|
|
|
|
sources = []
|
|
|
|
|
learning = ["learn", "research", "sources"]
|
2025-11-22 22:54:45 -03:00
|
|
|
|
2026-01-16 11:29:22 -03:00
|
|
|
# ===== ANALYTICS APPS =====
|
|
|
|
|
analytics = []
|
|
|
|
|
dashboards = []
|
|
|
|
|
monitoring = ["dep:sysinfo"]
|
|
|
|
|
analytics_suite = ["analytics", "dashboards", "monitoring"]
|
|
|
|
|
|
|
|
|
|
# ===== DEVELOPMENT TOOLS =====
|
|
|
|
|
designer = []
|
|
|
|
|
editor = []
|
2026-01-22 13:57:40 -03:00
|
|
|
automation = ["dep:rhai", "dep:cron"]
|
2026-01-16 11:29:22 -03:00
|
|
|
development = ["designer", "editor", "automation"]
|
2025-11-22 22:54:45 -03:00
|
|
|
|
2026-01-16 11:29:22 -03:00
|
|
|
# ===== ADMIN APPS =====
|
|
|
|
|
attendant = []
|
|
|
|
|
security = []
|
|
|
|
|
settings = []
|
|
|
|
|
admin = ["attendant", "security", "settings"]
|
|
|
|
|
|
|
|
|
|
# ===== CORE TECHNOLOGIES =====
|
|
|
|
|
llm = []
|
|
|
|
|
vectordb = ["dep:qdrant-client"]
|
|
|
|
|
nvidia = []
|
2025-12-05 12:09:02 -03:00
|
|
|
cache = ["dep:redis"]
|
2026-01-16 11:29:22 -03:00
|
|
|
compliance = ["dep:csv"]
|
|
|
|
|
timeseries = []
|
|
|
|
|
weba = []
|
|
|
|
|
directory = []
|
2025-11-22 22:54:45 -03:00
|
|
|
progress-bars = ["dep:indicatif"]
|
2026-01-19 15:43:45 -03:00
|
|
|
grpc = []
|
Fix tasks UI, WebSocket progress, memory monitoring, and app generator
Tasks UI fixes:
- Fix task list to query auto_tasks table instead of tasks table
- Fix task detail endpoint to use UUID binding for auto_tasks query
- Add proper filter handling: complete, active, awaiting, paused, blocked
- Add TaskStats fields: awaiting, paused, blocked, time_saved
- Add /api/tasks/time-saved endpoint
- Add count-all to stats HTML response
App generator improvements:
- Add AgentActivity struct for detailed terminal-style progress
- Add emit_activity method for rich progress events
- Add detailed logging for LLM calls with timing
- Track files_written, tables_synced, bytes_generated
Memory and performance:
- Add memory_monitor module for tracking RSS and thread activity
- Skip 0-byte files in drive monitor and document processor
- Change DRIVE_MONITOR checking logs from info to trace
- Remove unused profile_section macro
WebSocket progress:
- Ensure TaskProgressEvent includes activity field
- Add with_activity builder method
2025-12-30 22:42:32 -03:00
|
|
|
jemalloc = ["dep:tikv-jemallocator", "dep:tikv-jemalloc-ctl"]
|
2026-01-16 11:29:22 -03:00
|
|
|
console = ["dep:crossterm", "dep:ratatui", "monitoring"]
|
2025-11-22 22:54:45 -03:00
|
|
|
|
2026-01-16 11:29:22 -03:00
|
|
|
# ===== BUNDLE FEATURES =====
|
2025-11-22 22:54:45 -03:00
|
|
|
full = [
|
2026-01-18 19:53:34 -03:00
|
|
|
"chat", "people", "mail",
|
|
|
|
|
"tasks", "calendar",
|
|
|
|
|
"drive", "docs",
|
|
|
|
|
"llm", "cache", "compliance"
|
2025-11-22 22:54:45 -03:00
|
|
|
]
|
|
|
|
|
|
2025-12-02 21:09:43 -03:00
|
|
|
minimal = ["chat"]
|
2026-01-16 11:29:22 -03:00
|
|
|
lightweight = ["chat", "drive", "tasks", "people"]
|
2025-11-22 01:27:29 -03:00
|
|
|
|
2025-10-06 10:30:17 -03:00
|
|
|
[dependencies]
|
2026-01-22 13:57:40 -03:00
|
|
|
diesel_migrations = "2.1"
|
|
|
|
|
bigdecimal = { version = "0.4", features = ["serde"] }
|
2026-01-19 15:43:45 -03:00
|
|
|
# === CORE RUNTIME ===
|
2025-10-28 14:53:45 -03:00
|
|
|
aes-gcm = "0.10"
|
2025-10-06 10:30:17 -03:00
|
|
|
anyhow = "1.0"
|
2025-10-28 14:53:45 -03:00
|
|
|
argon2 = "0.5"
|
2025-11-11 09:42:52 -03:00
|
|
|
async-lock = "2.8.0"
|
2025-10-06 10:30:17 -03:00
|
|
|
async-stream = "0.3"
|
|
|
|
|
async-trait = "0.1"
|
2026-01-19 15:43:45 -03:00
|
|
|
axum = { version = "0.7.5", features = ["ws", "multipart", "macros"] }
|
|
|
|
|
axum-server = { version = "0.7", features = ["tls-rustls"] }
|
2025-10-06 10:30:17 -03:00
|
|
|
base64 = "0.22"
|
|
|
|
|
bytes = "1.8"
|
2026-01-18 19:53:34 -03:00
|
|
|
chrono = { version = "0.4", default-features = false, features = ["clock", "std"] }
|
2025-11-11 09:42:52 -03:00
|
|
|
color-eyre = "0.6.5"
|
2026-01-19 21:19:10 -03:00
|
|
|
diesel = { version = "2.1", features = ["postgres", "uuid", "chrono", "serde_json", "r2d2", "numeric"] }
|
feat(security): Complete security infrastructure implementation
SECURITY MODULES ADDED:
- security/auth.rs: Full RBAC with roles (Anonymous, User, Moderator, Admin, SuperAdmin, Service, Bot, BotOwner, BotOperator, BotViewer) and permissions
- security/cors.rs: Hardened CORS (no wildcard in production, env-based config)
- security/panic_handler.rs: Panic catching middleware with safe 500 responses
- security/path_guard.rs: Path traversal protection, null byte prevention
- security/request_id.rs: UUID request tracking with correlation IDs
- security/error_sanitizer.rs: Sensitive data redaction from responses
- security/zitadel_auth.rs: Zitadel token introspection and role mapping
- security/sql_guard.rs: SQL injection prevention with table whitelist
- security/command_guard.rs: Command injection prevention
- security/secrets.rs: Zeroizing secret management
- security/validation.rs: Input validation utilities
- security/rate_limiter.rs: Rate limiting with governor crate
- security/headers.rs: Security headers (CSP, HSTS, X-Frame-Options)
MAIN.RS UPDATES:
- Replaced tower_http::cors::Any with hardened create_cors_layer()
- Added panic handler middleware
- Added request ID tracking middleware
- Set global panic hook
SECURITY STATUS:
- 0 unwrap() in production code
- 0 panic! in production code
- 0 unsafe blocks
- cargo audit: PASS (no vulnerabilities)
- Estimated completion: ~98%
Remaining: Wire auth middleware to handlers, audit logs for sensitive data
2025-12-28 19:29:18 -03:00
|
|
|
dirs = "5.0"
|
2025-10-11 12:29:03 -03:00
|
|
|
dotenvy = "0.15"
|
2025-10-06 10:30:17 -03:00
|
|
|
env_logger = "0.11"
|
|
|
|
|
futures = "0.3"
|
2026-01-18 19:53:34 -03:00
|
|
|
futures-util = { version = "0.3", default-features = false }
|
|
|
|
|
tokio-util = { version = "0.7", default-features = false, features = ["codec"] }
|
2025-11-22 22:54:45 -03:00
|
|
|
hex = "0.4"
|
2025-10-30 12:35:25 -03:00
|
|
|
hmac = "0.12.1"
|
2026-01-18 19:53:34 -03:00
|
|
|
hyper = { version = "1.4", default-features = false, features = ["client", "server", "http1", "http2"] }
|
|
|
|
|
hyper-rustls = { version = "0.27", default-features = false, features = ["http2"] }
|
2025-10-06 10:30:17 -03:00
|
|
|
log = "0.4"
|
|
|
|
|
num-format = "0.4"
|
2025-11-11 09:42:52 -03:00
|
|
|
once_cell = "1.18.0"
|
2025-10-28 14:53:45 -03:00
|
|
|
rand = "0.9.2"
|
2025-10-06 10:30:17 -03:00
|
|
|
regex = "1.11"
|
2026-01-22 19:45:18 -03:00
|
|
|
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls", "multipart", "stream", "json"] }
|
2026-01-18 19:53:34 -03:00
|
|
|
serde = { version = "1.0", default-features = false, features = ["derive", "std"] }
|
2025-10-06 10:30:17 -03:00
|
|
|
serde_json = "1.0"
|
2025-11-30 23:48:08 -03:00
|
|
|
toml = "0.8"
|
2025-10-28 14:53:45 -03:00
|
|
|
sha2 = "0.10.9"
|
2026-01-08 15:35:03 -03:00
|
|
|
sha1 = "0.10.6"
|
2026-01-19 21:19:10 -03:00
|
|
|
tokio = { version = "1.41", default-features = false, features = ["full", "process", "process"] }
|
2025-10-06 10:30:17 -03:00
|
|
|
tokio-stream = "0.1"
|
2025-11-29 17:27:13 -03:00
|
|
|
tower = "0.4"
|
2026-01-19 15:43:45 -03:00
|
|
|
tower-http = { version = "0.5", default-features = false, features = ["cors", "fs", "trace"] }
|
2025-10-06 10:30:17 -03:00
|
|
|
tracing = "0.1"
|
2026-01-18 19:53:34 -03:00
|
|
|
tracing-subscriber = { version = "0.3", default-features = false }
|
2025-10-06 10:30:17 -03:00
|
|
|
urlencoding = "2.1"
|
2026-01-22 13:57:40 -03:00
|
|
|
uuid = { version = "1.11", default-features = false, features = ["v4", "v5"] }
|
2025-11-22 22:54:45 -03:00
|
|
|
|
2025-11-29 16:29:28 -03:00
|
|
|
# === TLS/SECURITY DEPENDENCIES ===
|
2025-12-07 02:13:28 -03:00
|
|
|
rustls = { version = "0.23", default-features = false, features = ["ring", "std", "tls12"] }
|
|
|
|
|
tokio-rustls = "0.26"
|
2026-01-22 13:57:40 -03:00
|
|
|
rcgen = { version = "0.14", default-features = false, features = ["crypto", "ring", "pem"] } # Added ring and pem features
|
2025-11-29 16:29:28 -03:00
|
|
|
x509-parser = "0.15"
|
feat(security): Complete security infrastructure implementation
SECURITY MODULES ADDED:
- security/auth.rs: Full RBAC with roles (Anonymous, User, Moderator, Admin, SuperAdmin, Service, Bot, BotOwner, BotOperator, BotViewer) and permissions
- security/cors.rs: Hardened CORS (no wildcard in production, env-based config)
- security/panic_handler.rs: Panic catching middleware with safe 500 responses
- security/path_guard.rs: Path traversal protection, null byte prevention
- security/request_id.rs: UUID request tracking with correlation IDs
- security/error_sanitizer.rs: Sensitive data redaction from responses
- security/zitadel_auth.rs: Zitadel token introspection and role mapping
- security/sql_guard.rs: SQL injection prevention with table whitelist
- security/command_guard.rs: Command injection prevention
- security/secrets.rs: Zeroizing secret management
- security/validation.rs: Input validation utilities
- security/rate_limiter.rs: Rate limiting with governor crate
- security/headers.rs: Security headers (CSP, HSTS, X-Frame-Options)
MAIN.RS UPDATES:
- Replaced tower_http::cors::Any with hardened create_cors_layer()
- Added panic handler middleware
- Added request ID tracking middleware
- Set global panic hook
SECURITY STATUS:
- 0 unwrap() in production code
- 0 panic! in production code
- 0 unsafe blocks
- cargo audit: PASS (no vulnerabilities)
- Estimated completion: ~98%
Remaining: Wire auth middleware to handlers, audit logs for sensitive data
2025-12-28 19:29:18 -03:00
|
|
|
rustls-native-certs = "0.8"
|
2025-11-29 16:29:28 -03:00
|
|
|
webpki-roots = "0.25"
|
Add documentation infrastructure and certificate pinning
- Add mdBook configuration (book.toml) for documentation
- Create new docs style guide appendix for conversation examples
- Add WhatsApp-style chat CSS for consistent doc formatting
- Replace flow diagram references with screen mockup SVGs
- Create comprehensive SVG interface mockups for all Suite apps:
- Main suite layout and individual app screens
- Analytics, Calendar, Chat, Compliance, Designer
- Drive, Mail, Meet, Paper, Player, Research
- Sources, Tasks interfaces
- Implement certificate pinning module (cert_pinning.rs) with:
- SPKI fingerprint validation using SHA-256
- Support for primary and backup pins
- Pin rotation with expiration tracking
- Report-only mode for testing
- Validation caching for performance
- Add ring crate dependency for cryptographic operations
2025-12-01 16:15:52 -03:00
|
|
|
ring = "0.17"
|
2026-01-08 15:42:52 -03:00
|
|
|
ciborium = "0.2"
|
2026-01-18 19:53:34 -03:00
|
|
|
time = { version = "0.3", default-features = false, features = ["formatting"] }
|
2025-11-29 16:29:28 -03:00
|
|
|
jsonwebtoken = "9.3"
|
|
|
|
|
tower-cookies = "0.10"
|
|
|
|
|
|
2026-01-16 11:29:22 -03:00
|
|
|
# === APP-SPECIFIC DEPENDENCIES ===
|
2025-11-22 22:54:45 -03:00
|
|
|
|
2026-01-19 15:43:45 -03:00
|
|
|
# mail Integration (mail feature)
|
2025-11-22 22:54:45 -03:00
|
|
|
imap = { version = "3.0.0-alpha.15", optional = true }
|
2026-01-19 16:32:40 -03:00
|
|
|
lettre = { version = "0.11", features = ["smtp-transport", "builder"], optional = true }
|
2025-11-22 22:54:45 -03:00
|
|
|
mailparse = { version = "0.15", optional = true }
|
2025-11-27 23:10:43 -03:00
|
|
|
native-tls = { version = "0.2", optional = true }
|
2025-11-22 22:54:45 -03:00
|
|
|
|
|
|
|
|
# Video Meetings (meet feature)
|
|
|
|
|
livekit = { version = "0.7", optional = true }
|
|
|
|
|
|
|
|
|
|
# Vector Database (vectordb feature)
|
|
|
|
|
qdrant-client = { version = "1.12", optional = true }
|
|
|
|
|
|
2026-01-19 15:43:45 -03:00
|
|
|
# Document Processing
|
2026-01-16 11:29:22 -03:00
|
|
|
docx-rs = { version = "0.4", optional = true }
|
2026-01-18 19:53:34 -03:00
|
|
|
ooxmlsdk = { version = "0.3", default-features = false, optional = true }
|
2026-01-16 11:29:22 -03:00
|
|
|
calamine = { version = "0.26", optional = true }
|
|
|
|
|
spreadsheet-ods = { version = "1.0", optional = true }
|
|
|
|
|
|
2025-11-22 22:54:45 -03:00
|
|
|
# File Storage & Drive (drive feature)
|
2026-01-22 19:45:18 -03:00
|
|
|
aws-config = { version = "1.8.8", default-features = false, features = ["behavior-version-latest", "rt-tokio", "rustls"], optional = true }
|
|
|
|
|
aws-sdk-s3 = { version = "1.109.0", default-features = false, features = ["rt-tokio", "rustls"], optional = true }
|
|
|
|
|
aws-smithy-async = { version = "1.2", features = ["rt-tokio"], optional = true }
|
2025-11-22 22:54:45 -03:00
|
|
|
pdf-extract = { version = "0.10.0", optional = true }
|
2026-01-19 21:19:10 -03:00
|
|
|
quick-xml = { version = "0.37", optional=true, features = ["serialize"] }
|
2026-01-19 15:43:45 -03:00
|
|
|
flate2 = { version = "1.0", optional = false }
|
|
|
|
|
zip = { version = "2.2", optional = false }
|
|
|
|
|
tar = { version = "0.4", optional = false }
|
2025-11-22 22:54:45 -03:00
|
|
|
|
|
|
|
|
# Task Management (tasks feature)
|
|
|
|
|
cron = { version = "0.15.0", optional = true }
|
|
|
|
|
|
|
|
|
|
# Automation & Scripting (automation feature)
|
2026-01-18 19:53:34 -03:00
|
|
|
rhai = { version = "1.23", features = ["sync"], optional = true }
|
2025-11-22 22:54:45 -03:00
|
|
|
|
|
|
|
|
# Compliance & Reporting (compliance feature)
|
|
|
|
|
csv = { version = "1.3", optional = true }
|
|
|
|
|
|
|
|
|
|
# Console/TUI (console feature)
|
|
|
|
|
crossterm = { version = "0.29.0", optional = true }
|
2025-12-23 18:40:58 -03:00
|
|
|
ratatui = { version = "0.29", optional = true }
|
2025-11-22 22:54:45 -03:00
|
|
|
|
2026-01-16 11:29:22 -03:00
|
|
|
# QR Code Generation
|
2025-12-03 16:05:30 -03:00
|
|
|
png = "0.18"
|
|
|
|
|
qrcode = { version = "0.14", default-features = false }
|
2025-11-30 22:33:54 -03:00
|
|
|
|
|
|
|
|
# Error handling
|
|
|
|
|
thiserror = "2.0"
|
|
|
|
|
|
2025-12-05 12:09:02 -03:00
|
|
|
# Caching/Sessions (cache feature)
|
2026-01-18 19:53:34 -03:00
|
|
|
redis = { version = "0.27", default-features = false, features = ["tokio-comp"], optional = true }
|
2025-11-22 22:54:45 -03:00
|
|
|
|
|
|
|
|
# System Monitoring (monitoring feature)
|
|
|
|
|
sysinfo = { version = "0.37.2", optional = true }
|
|
|
|
|
|
|
|
|
|
# Networking/gRPC (grpc feature)
|
2026-01-19 15:43:45 -03:00
|
|
|
tonic = { version = "0.14.2", default-features = false, features = ["transport"], optional = true }
|
2025-11-22 22:54:45 -03:00
|
|
|
|
|
|
|
|
# UI Enhancement (progress-bars feature)
|
|
|
|
|
indicatif = { version = "0.18.0", optional = true }
|
|
|
|
|
smartstring = "1.0.1"
|
Fix tasks UI, WebSocket progress, memory monitoring, and app generator
Tasks UI fixes:
- Fix task list to query auto_tasks table instead of tasks table
- Fix task detail endpoint to use UUID binding for auto_tasks query
- Add proper filter handling: complete, active, awaiting, paused, blocked
- Add TaskStats fields: awaiting, paused, blocked, time_saved
- Add /api/tasks/time-saved endpoint
- Add count-all to stats HTML response
App generator improvements:
- Add AgentActivity struct for detailed terminal-style progress
- Add emit_activity method for rich progress events
- Add detailed logging for LLM calls with timing
- Track files_written, tables_synced, bytes_generated
Memory and performance:
- Add memory_monitor module for tracking RSS and thread activity
- Skip 0-byte files in drive monitor and document processor
- Change DRIVE_MONITOR checking logs from info to trace
- Remove unused profile_section macro
WebSocket progress:
- Ensure TaskProgressEvent includes activity field
- Add with_activity builder method
2025-12-30 22:42:32 -03:00
|
|
|
|
|
|
|
|
# Memory allocator (jemalloc feature)
|
|
|
|
|
tikv-jemallocator = { version = "0.6", optional = true }
|
2026-01-18 19:53:34 -03:00
|
|
|
tikv-jemalloc-ctl = { version = "0.6", default-features = false, optional = true }
|
2025-11-22 22:54:45 -03:00
|
|
|
scopeguard = "1.2.0"
|
|
|
|
|
|
2025-12-03 22:23:30 -03:00
|
|
|
# Vault secrets management
|
|
|
|
|
vaultrs = "0.7"
|
|
|
|
|
|
|
|
|
|
# Calendar standards (RFC 5545)
|
|
|
|
|
icalendar = "0.17"
|
|
|
|
|
|
|
|
|
|
# Layered configuration
|
2026-01-18 19:53:34 -03:00
|
|
|
figment = { version = "0.10", default-features = false, features = ["toml"] }
|
2025-12-03 22:23:30 -03:00
|
|
|
|
|
|
|
|
# Rate limiting
|
|
|
|
|
governor = "0.10"
|
|
|
|
|
|
Bootstrap started! 6.1.0
- Add rss and scraper dependencies for web data keywords
- Add SMS keyword with priority support (low, normal, high, urgent)
- Add web_data keywords: RSS, SCRAPE, SCRAPE_ALL, SCRAPE_TABLE, SCRAPE_LINKS, SCRAPE_IMAGES
- Add ai_tools keywords: TRANSLATE, OCR, SENTIMENT, CLASSIFY
- Improve LLM server health check with better diagnostics and increased timeout
- Fix compilation errors and warnings
- Register SMS keywords in BASIC engine
2025-12-10 18:22:02 -03:00
|
|
|
# RSS feed parsing
|
|
|
|
|
rss = "2.0"
|
|
|
|
|
|
|
|
|
|
# HTML parsing/web scraping
|
2025-12-10 18:29:34 -03:00
|
|
|
scraper = "0.25"
|
2025-12-21 23:40:43 -03:00
|
|
|
walkdir = "2.5.0"
|
2026-01-10 09:41:12 -03:00
|
|
|
|
2026-01-18 19:53:34 -03:00
|
|
|
# Embedded static files
|
2026-01-10 09:41:12 -03:00
|
|
|
rust-embed = "8.5"
|
|
|
|
|
mime_guess = "2.0"
|
2026-01-18 19:53:34 -03:00
|
|
|
hyper-util = { version = "0.1.19", default-features = false, features = ["client-legacy"] }
|
2025-12-31 12:38:35 -03:00
|
|
|
http-body-util = "0.1.3"
|
Bootstrap started! 6.1.0
- Add rss and scraper dependencies for web data keywords
- Add SMS keyword with priority support (low, normal, high, urgent)
- Add web_data keywords: RSS, SCRAPE, SCRAPE_ALL, SCRAPE_TABLE, SCRAPE_LINKS, SCRAPE_IMAGES
- Add ai_tools keywords: TRANSLATE, OCR, SENTIMENT, CLASSIFY
- Improve LLM server health check with better diagnostics and increased timeout
- Fix compilation errors and warnings
- Register SMS keywords in BASIC engine
2025-12-10 18:22:02 -03:00
|
|
|
|
2025-11-22 22:54:45 -03:00
|
|
|
[dev-dependencies]
|
|
|
|
|
mockito = "1.7.0"
|
|
|
|
|
tempfile = "3"
|
2025-10-26 00:02:19 -03:00
|
|
|
|
2026-01-22 13:57:40 -03:00
|
|
|
bigdecimal = { version = "0.4", features = ["serde"] }
|