[[bench]]
harness = false
name = "execution_tiers"
path = "benches/execution_tiers.rs"
[[bin]]
name = "oxur-repl-subprocess"
path = "src/bin/subprocess.rs"
[dependencies.ariadne]
version = "0.4"
[dependencies.async-trait]
version = "0.1"
[dependencies.dirs]
version = "5.0"
[dependencies.fs2]
version = "0.4"
[dependencies.libloading]
version = "0.8"
[dependencies.metrics]
version = "0.24"
[dependencies.metrics-process]
version = "2.1"
[dependencies.oxur-comp]
version = "0.2.0"
[dependencies.oxur-lang]
version = "0.2.0"
[dependencies.oxur-smap]
version = "0.2.0"
[dependencies.postcard]
features = ["alloc"]
version = "1.0"
[dependencies.prettyplease]
version = "0.2"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.regex]
version = "1.10"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.sha2]
version = "0.10"
[dependencies.syn]
features = ["full", "parsing", "visit"]
version = "2.0"
[dependencies.sysinfo]
version = "0.30"
[dependencies.thiserror]
version = "1.0"
[dependencies.tokio]
features = ["net", "io-util", "sync", "time", "rt", "macros"]
version = "1.0"
[dependencies.which]
version = "6.0"
[dev-dependencies.anyhow]
version = "1.0"
[dev-dependencies.criterion]
version = "0.5"
[dev-dependencies.oxur-testing]
version = "0.2.0"
[dev-dependencies.serial_test]
version = "3.2"
[dev-dependencies.tempfile]
version = "3.10"
[dev-dependencies.tokio]
features = ["rt", "macros", "time"]
version = "1.0"
[lib]
name = "oxur_repl"
path = "src/lib.rs"
[package]
authors = ["Duncan McGreggor <duncan@example.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Oxur REPL: protocol, client, and server with tiered execution"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "oxur-repl"
readme = "README.md"
repository = "https://github.com/oxur/oxur"
version = "0.2.0"
[[test]]
name = "compilation_integration"
path = "tests/compilation_integration.rs"
[[test]]
name = "e2e_tests"
path = "tests/e2e_tests.rs"
[[test]]
name = "error_translation_integration"
path = "tests/error_translation_integration.rs"
[[test]]
name = "error_translation_tests"
path = "tests/error_translation_tests.rs"
[[test]]
name = "protocol_integration"
path = "tests/protocol_integration.rs"
[[test]]
name = "subprocess_integration"
path = "tests/subprocess_integration.rs"
[[test]]
name = "test_hybrid_def"
path = "tests/test_hybrid_def.rs"