rototo 0.1.0-alpha.8

Control plane for runtime configuration of your application.
Documentation
# 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 = "rototo"
version = "0.1.0-alpha.8"
build = false
include = [
    "/Cargo.toml",
    "/LICENSE-APACHE",
    "/LICENSE-MIT",
    "/README.md",
    "/docs/src/**",
    "/docs/theme/**",
    "/src/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Control plane for runtime configuration of your application."
homepage = "https://docs.rototo.dev"
documentation = "https://docs.rs/rototo"
readme = "README.md"
keywords = [
    "configuration",
    "feature-flags",
    "rules",
    "cli",
    "sdk",
]
categories = [
    "command-line-utilities",
    "config",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/manasgarg/rototo"

[lib]
name = "rototo"
path = "src/lib.rs"

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

[dependencies.cel]
version = "=0.14.0"
features = ["json"]

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

[dependencies.clap_complete]
version = "4"

[dependencies.flate2]
version = "1"

[dependencies.glob]
version = "0.3"

[dependencies.jsonschema]
version = "0.33"
default-features = false

[dependencies.mlua]
version = "0.10"
features = [
    "lua54",
    "serialize",
    "vendored",
]
default-features = false

[dependencies.pulldown-cmark]
version = "0.13"

[dependencies.regex]
version = "1"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

[dependencies.ring]
version = "0.17"

[dependencies.semver]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.tar]
version = "0.4"

[dependencies.tempfile]
version = "3"

[dependencies.tokio]
version = "1"
features = [
    "fs",
    "io-std",
    "io-util",
    "macros",
    "process",
    "rt-multi-thread",
    "sync",
    "test-util",
    "time",
]

[dependencies.toml]
version = "0.8"

[dependencies.toml-span]
version = "0.7.1"

[dependencies.toml_edit]
version = "0.22"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "fmt",
]

[dependencies.uuid]
version = "1"
features = ["v4"]

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

[dev-dependencies.flate2]
version = "1"

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

[dev-dependencies.tar]
version = "0.4"