evix 1.0.0

Library-first async Nix evaluation engine
# 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"
rust-version = "1.90.0"
name = "evix"
version = "1.0.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library-first async Nix evaluation engine"
readme = false
license = "EUPL-1.2"
repository = "https://github.com/manic-systems/evix"

[features]
default = ["flake"]
flake = ["nix-bindings/flake"]

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.capnp]
version = "0.26.0"

[dependencies.capnp-futures]
version = "0.26.0"

[dependencies.futures-channel]
version = "0.3.32"

[dependencies.futures-core]
version = "0.3.32"

[dependencies.futures-util]
version = "0.3.32"

[dependencies.libc]
version = "0.2.186"

[dependencies.nix-bindings]
version = "0.2347.4"
features = ["full"]

[dependencies.notify]
version = "8.2.0"

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.tokio]
version = "1.52.3"
features = [
    "io-std",
    "io-util",
    "net",
    "process",
    "rt",
    "sync",
    "time",
]

[dependencies.tokio-util]
version = "0.7.18"
features = ["compat"]

[dependencies.tracing]
version = "0.1.44"

[build-dependencies.capnpc]
version = "0.26.0"