# 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 = "modsecurity-rs" version = "0.1.4" authors = ["Quang Luong "] links = "modsecurity" description = "Safe wrapper around libmodsecurity" readme = "README.md" keywords = [ "security", "waf", "cybersecurity", ] categories = [ "api-bindings", "web-programming", ] license = "MIT OR Apache-2.0" [lib] name = "modsecurity" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.79" [dependencies.autocxx] version = "0.26" [dependencies.cxx] version = "1.0.115" [dependencies.libc] version = "0.2.152" [build-dependencies.autocxx-build] version = "0.26" [build-dependencies.miette] version = "5.10" features = ["fancy"]