# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rtlola_kotlin_bridge" version = "0.2.0" authors = ["Yannik Schnitzer , Maximilian Schwenger "] description = "Provides a simple bridge to use the RTLola-Interpreter in Kotlin." homepage = "https://rtlola.org" readme = "README.md" keywords = ["bridge", "rtlola", "kotlin", "monitoring"] categories = ["development-tools::ffi", "api-bindings"] license = "MIT" repository = "https://github.com/reactive-systems/RTLola-Kotlin-Bridge" [profile.release] lto = true [lib] name = "rtlola_kotlin_bridge" crate-type = ["cdylib"] [dependencies.byteorder] version = "1.3.2" [dependencies.jni] version = "0.19.0" default-features = false [dependencies.ordered-float] version = "2.5.1" [dependencies.rtlola-frontend] version = "0.4.4" [dependencies.rtlola-interpreter] version = "0.6.0"