# 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-io-plugins" version = "0.2.0" authors = [ "Jan Baumeister ", "Florian Kohn ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Input and ouput plugins to be used in the various frontends of the interpreter" homepage = "http://rtlola.org" readme = "README.md" keywords = [ "verification", "interpreter", "monitoring", ] license = "Apache-2.0" repository = "https://github.com/reactive-systems/RTLola-Interpreter" [lib] name = "rtlola_io_plugins" path = "src/lib.rs" [[example]] name = "tutorial" path = "examples/tutorial.rs" required-features = ["byte_plugin"] [[test]] name = "lib" path = "tests/lib.rs" [dependencies.bincode] version = "1.3.3" optional = true [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-interpreter] version = "0.10.0" [dependencies.serde] version = "1.0.203" optional = true [dev-dependencies.ntest] version = "0.9.3" [dev-dependencies.portpicker] version = "0.1.1" [dev-dependencies.rtlola-interpreter-macros] version = "0.1.0" [features] byte_plugin = [ "serde", "bincode", "rtlola-interpreter/serde", ] csv_plugin = ["csv"] default = [] pcap_plugin = [ "pcap", "etherparse", "ip_network", ]