# 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 = "falco_plugin" version = "0.4.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "High level bindings for the Falco plugin API" homepage = "https://gnosek.github.io/falco-plugin-rs/falco_plugin/" readme = "README.md" keywords = [ "falco", "security", ] categories = ["api-bindings"] license = "Apache-2.0" repository = "https://github.com/gnosek/falco-plugin-rs" [lib] name = "falco_plugin" path = "src/lib.rs" [[example]] name = "dummy_source" crate-type = ["cdylib"] path = "examples/dummy_source.rs" [dependencies.anyhow] version = "1.0.81" [dependencies.bumpalo] version = "3.16.0" features = [ "collections", "std", ] [dependencies.falco_event] version = "0.4.0" [dependencies.falco_plugin_api] version = "0.4.0" [dependencies.falco_plugin_derive] version = "0.4.0" [dependencies.lock_api] version = "0.4.12" features = ["arc_lock"] [dependencies.log] version = "0.4.21" features = ["std"] [dependencies.memchr] version = "2.7.1" [dependencies.num-derive] version = "0.4.2" [dependencies.num-traits] version = "0.2.18" [dependencies.parking_lot] version = "0.12.3" features = ["arc_lock"] optional = true [dependencies.phf] version = "0.11.2" features = ["macros"] [dependencies.refcell-lock-api] version = "0.1.0" [dependencies.schemars] version = "0.8.16" [dependencies.serde] version = "1.0.197" [dependencies.serde_json] version = "1.0.114" [dependencies.thiserror] version = "1.0.58" [features] thread-safe-tables = ["dep:parking_lot"] [lints.rust.unexpected_cfgs] level = "allow" priority = 0 check-cfg = ['cfg(linkage, values("static"))']