# 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 = "jswmlib" version = "0.1.1" authors = ["Seimizu Joukan "] description = "jswm library." license = "MIT OR Apache-2.0" repository = "https://gitlab.com/joukan/jswm.git" [profile.release] opt-level = "s" overflow-checks = true strip = "symbols" [lib] name = "jswm" crate-type = [ "cdylib", "rlib", ] [[bin]] name = "jswm_test" path = "src/jswm_test.rs" [dependencies.bincode] version = "1.3.3" [dependencies.error-stack] version = "0.2.4" [dependencies.ipcon-sys] version = "0.2" [dependencies.jlogger-tracing] version = "0.1.4" [dependencies.libc] version = "0.2.140" [dependencies.nix] version = "0.26.2" [dependencies.redis] version = "0.22.3" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [build-dependencies.jlogger-tracing] version = "0.1.4"