[package] name = "integrations" version = "0.1.0" edition = "2024" license = "MIT OR Apache-2.0" publish = false build = "rust/build.rs" [lib] path = "rust/lib.rs" crate-type = ["rlib", "staticlib"] [[bin]] name = "integrations" path = "rust/main.rs" [dependencies] ctor = "0.6.3" libloading = "0.9.0" tracing = "0.1" tracing-subscriber = "0.3"