# 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 = "2018" name = "jswm-con" version = "0.2.0" authors = ["Seimizu Joukan "] description = "Rust control interface to Jswm." license = "MIT OR Apache-2.0" repository = "https://gitlab.com/joukan/jswm.git" [lib] name = "jswm_con" path = "jswm-con/lib.rs" [dependencies.error-stack] version = "0.2.4" [dependencies.ipcon-sys] version = "0.2" [dependencies.jlogger] version = "0.1.6" [dependencies.log] version = "0.4.17" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [features] default = []