# 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 = "springql" version = "0.18.1" authors = ["Sho Nakatani "] description = "SpringQL: Open-source stream processor for IoT devices and in-vehicle computers" documentation = "https://springql.github.io/" readme = "README.md" keywords = [ "springql", "stream-processing", ] categories = ["embedded"] license = "MIT OR Apache-2.0" repository = "https://github.com/SpringQL/SpringQL" resolver = "1" [dependencies.springql-core] version = "0.18.1" [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.float-cmp] version = "0.9" [dev-dependencies.log] version = "0.4" [dev-dependencies.pretty_assertions] version = "1.0" [dev-dependencies.rand] version = "0.8" features = ["small_rng"] [dev-dependencies.regex] version = "1.5" [dev-dependencies.reqwest] version = "0.11" features = [ "json", "blocking", "default-tls", ] default-features = false [dev-dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.tempfile] version = "3.3" [dev-dependencies.time] version = "0.3.9" features = [ "formatting", "parsing", "macros", ]