# 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_api" version = "0.4.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Autogenerated bindings for the Falco plugin API" homepage = "https://gnosek.github.io/falco-plugin-rs/falco_plugin_api/" readme = "README.md" keywords = [ "falco", "security", ] categories = ["external-ffi-bindings"] license = "Apache-2.0" repository = "https://github.com/gnosek/falco-plugin-rs" [package.metadata.commands.regen_bindings.command] cmd = [ "wget https://raw.githubusercontent.com/falcosecurity/libs/master/userspace/plugin/plugin_types.h -O plugin/plugin_types.h", "wget https://raw.githubusercontent.com/falcosecurity/libs/master/userspace/plugin/plugin_api.h -O plugin/plugin_api.h", "bindgen plugin/plugin_api.h --new-type-alias ss_plugin_table_t --no-copy ss_plugin_table_t --new-type-alias ss_plugin_table_entry_t --no-copy ss_plugin_table_entry_t --new-type-alias ss_plugin_table_field_t --no-copy ss_plugin_table_field_t --new-type-alias ss_plugin_owner_t --no-copy ss_plugin_owner_t --new-type-alias ss_plugin_t --no-copy ss_plugin_t --new-type-alias ss_instance_t --no-copy ss_instance_t --new-type-alias ss_plugin_table_iterator_state_t --no-copy ss_plugin_table_iterator_state_t --new-type-alias ss_plugin_routine_t --no-copy ss_plugin_routine_t --new-type-alias ss_plugin_routine_state_t --no-copy ss_plugin_routine_state_t --no-debug 'ss_plugin_table_info|ss_plugin_table_fieldinfo' --override-abi '.*=C-unwind' -- -I. > src/ffi.rs", ] working_dir = "." [lib] name = "falco_plugin_api" path = "src/lib.rs" [dependencies]