# 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 = "2018" name = "suricatasc" version = "0.1.0-alpha.2" description = "Suricata socket control program" homepage = "https://github.com/jasonish/rust-suricata-extra" readme = "README.md" license = "GPL-2.0-only" repository = "https://github.com/jasonish/rust-suricata-extra" [dependencies.getopts] version = "0.2.21" [dependencies.rustyline] version = "9.1.2" [dependencies.rustyline-derive] version = "0.6.0" [dependencies.serde] version = "1.0.132" features = ["derive"] [dependencies.serde_json] version = "1.0.73" features = ["preserve_order"] [dependencies.suricata_client] version = "0.1.0-alpha" [dependencies.thiserror] version = "1.0.30"