ferricel 0.1.4

CLI tool to compile CEL expressions to Wasm
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "ferricel"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool to compile CEL expressions to Wasm"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/flavio/ferricel"
resolver = "2"

[[bin]]
name = "ferricel"
path = "src/main.rs"

[[test]]
name = "e2e"
path = "tests/e2e.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.6"
features = ["derive"]

[dependencies.ferricel-core]
version = "0.1.0"

[dependencies.ferricel-types]
version = "0.1.0"

[dependencies.prost]
version = "0.14"

[dependencies.prost-types]
version = "0.14"

[dependencies.serde_json]
version = "1.0"

[dependencies.slog]
version = "2.8"

[dependencies.slog-term]
version = "2.9"

[dev-dependencies.assert_cmd]
version = "2.2"

[dev-dependencies.predicates]
version = "3.1"

[dev-dependencies.rstest]
version = "0.26"

[dev-dependencies.tempfile]
version = "3.27"