# 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 = "rust-rsm" version = "0.3.2" authors = ["Russell Wang "] build = "build.rs" links = "os_linux" include = [ "src/*/*.rs", "src/*/*/*.rs", "src/*.rs", "src/*/*.c", "build.rs", "*.md", ] description = "RSM:A Realtime Software Middleware framework. Asynchronous, event driven framework" homepage = "https://github.com/wang-russell/rsm/" documentation = "https://docs.rs/rust-rsm" readme = "README.md" keywords = [ "realtime", "embedded", "middleware", "lock-free", ] license = "Apache-2.0" repository = "https://github.com/wang-russell/rsm/" resolver = "2" [profile.dev] opt-level = 2 debug = true [profile.release] opt-level = 3 debug = false debug-assertions = false panic = "abort" [profile.test] opt-level = 3 lto = true debug = false debug-assertions = true [dependencies.aes] version = "0.8.1" [dependencies.cc] version = "~1.0" [dependencies.cfg-if] version = "1.0.0" [dependencies.digest] version = "0.10.3" [dependencies.libc] version = "0.2.126" [dependencies.libdeflater] version = "0.10.0" [dependencies.mio] version = "0.8.2" features = [ "net", "os-poll", "os-ext", ] [dependencies.rand] version = "0.8.5" features = ["getrandom"] [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_json] version = "1.0.80" [dependencies.sha2] version = "0.10.1" [dependencies.sm4] version = "0.5.1" [dependencies.time] version = "0.3.11" features = [ "local-offset", "serde", "serde-well-known", ] [dependencies.tiny_http] version = "0.11" [build-dependencies.cc] version = "1.0" [target.i686-pc-windows-gnu.dependencies.windows-sys] version = "0.36" features = [ "Win32_Networking_WinSock", "Win32_Foundation", "Win32_System_IO", "Win32_NetworkManagement", "Win32_NetworkManagement_IpHelper", "Win32_System_Registry", "Win32_System_Threading", "Win32_Security", ] [target.i686-pc-windows-msvc.dependencies.windows-sys] version = "0.36" features = [ "Win32_Networking_WinSock", "Win32_Foundation", "Win32_System_IO", "Win32_NetworkManagement", "Win32_NetworkManagement_IpHelper", "Win32_System_Registry", "Win32_System_Threading", "Win32_Security", ] [target.x86_64-pc-windows-gnu.dependencies.windows-sys] version = "0.36" features = [ "Win32_Networking_WinSock", "Win32_Foundation", "Win32_System_IO", "Win32_NetworkManagement", "Win32_NetworkManagement_IpHelper", "Win32_System_Registry", "Win32_System_Threading", "Win32_Security", ] [target.x86_64-pc-windows-msvc.dependencies.windows-sys] version = "0.36" features = [ "Win32_Networking_WinSock", "Win32_Foundation", "Win32_System_IO", "Win32_NetworkManagement", "Win32_NetworkManagement_IpHelper", "Win32_System_Registry", "Win32_System_Threading", "Win32_Security", ]