# 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 = "fluere_plugin" version = "0.2.0" authors = ["Skuld Norniern "] description = "Plugin API for Fluere." readme = "README.md" keywords = [ "netflow", "fluereflow", "fluere", "network", ] categories = ["network-programming"] license = "Apache-2.0" repository = "https://github.com/SkuldNorniern/fluere" [lib] name = "fluere_plugin" [dependencies.dirs] version = "5.0.1" [dependencies.fluere-config] version = "0.2.0" [dependencies.fluereflow] version = "0.3.2" [dependencies.git2] version = "0.18.3" [dependencies.inksac] version = "0.4.0" [dependencies.log] version = "0.4.21" features = ["std"] optional = true [dependencies.mlua] version = "0.9.6" features = [ "lua54", "vendored", "async", "send", ] [dependencies.tokio] version = "1.36" features = [ "full", "macros", "rt-multi-thread", ] [features] log = ["dep:log"]