# 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 = "rtlola-input-plugins" version = "0.1.1" authors = ["Florian Kohn "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Input plugins to be used in the various frontends of the interpreter; This crate is deprecated use the `rtlola-io-plugins` crate instead" homepage = "http://rtlola.org" readme = "README.md" keywords = [ "verification", "interpreter", "monitoring", ] license = "Apache-2.0" repository = "https://github.com/reactive-systems/RTLola-Interpreter" resolver = "1" [lib] name = "rtlola_input_plugins" path = "src/lib.rs" [dependencies.csv] version = "1.1.6" optional = true [dependencies.etherparse] version = "0.12.0" optional = true [dependencies.ip_network] version = "0.4.1" optional = true [dependencies.pcap] version = "0.11.0" optional = true [dependencies.rtlola-frontend] version = "0.6.0" [dependencies.rtlola-interpreter] version = "0.9.0" [features] csv_plugin = ["csv"] default = [ "pcap_plugin", "csv_plugin", ] pcap_plugin = [ "pcap", "etherparse", "ip_network", ] [badges.maintenance] status = "deprecated"