# 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 = "2021" name = "querent-synapse" version = "3.0.5" publish = true description = "A rust bridge capable of handling and executing querent workflows and be able to respond to incoming events via callbacks. Acting like a synapse between querent and the outside world." homepage = "https://querent.xyz" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/querent-ai/querent-rs" [lib] name = "querent_synapse" path = "src/lib.rs" doctest = false [[test]] name = "test_basic" path = "pytests/test_basic.rs" harness = false [[test]] name = "test_workflow_manager" path = "pytests/test_workflow_manager.rs" harness = false [dependencies.anyhow] version = "1.0.69" [dependencies.apache-avro] version = "0.16.0" features = ["snappy"] [dependencies.base64] version = "0.22.0" [dependencies.crossbeam-channel] version = "0.5.10" [dependencies.dryoc] version = "0.5.1" [dependencies.futures] version = "0.3.29" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "^0.4.17" features = [ "std", "max_level_debug", "release_max_level_debug", ] [dependencies.minijinja] version = "1.0.9" features = [ "json", "loader", ] [dependencies.miniz_oxide] version = "0.7.1" [dependencies.once_cell] version = "1.18.0" [dependencies.pyo3] version = "0.20.0" features = ["auto-initialize"] [dependencies.pyo3-asyncio] version = "0.20.0" features = [ "attributes", "tokio-runtime", "testing", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_bytes] version = "0.11.9" [dependencies.serde_json] version = "1.0.96" [dependencies.serde_with] version = "3.3.0" [dependencies.serde_yaml] version = "0.9.25" [dependencies.thiserror] version = "1.0.39" [dependencies.tokio] version = "1.0" features = [ "full", "rt", "tracing", "process", ] [dependencies.tokio-util] version = "0.7.10" features = ["compat"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-opentelemetry] version = "0.23.0" [dependencies.tracing-subscriber] version = "0.3.16" features = [ "env-filter", "std", "time", ] [dependencies.utoipa] version = "4.1.0" [dependencies.wasm-bindgen] version = "0.2.63" optional = true [dependencies.zeroize] version = "1.5.7" [dev-dependencies.base64] version = "0.22.0" [dev-dependencies.ctor] version = "^0.2.2" [dev-dependencies.env_logger] version = "^0.11.3" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.log] version = "0.4.17" [dev-dependencies.ntest] version = "0.9.0" [dev-dependencies.pretty_assertions] version = "1.3.0" [dev-dependencies.rand] version = "0.8.5"