plano/envoyfilter/Cargo.toml

21 lines
513 B
TOML
Raw Normal View History

2024-07-09 13:36:17 -07:00
[package]
name = "intelligent-prompt-gateway"
version = "0.1.0"
authors = ["Katanemo Inc <info@katanemo.com>"]
edition = "2021"
2024-07-09 13:36:17 -07:00
[lib]
crate-type = ["cdylib"]
2024-07-09 13:36:17 -07:00
[dependencies]
proxy-wasm = "0.2.1"
log = "0.4"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9.34"
serde_json = "1.0"
2024-07-18 14:04:51 -07:00
md5 = "0.7.0"
open-message-format = { path = "../open-message-format/clients/omf-rust" }
[dev-dependencies]
proxy-wasm-test-framework = { git = "https://github.com/katanemo/test-framework.git", branch = "main" }