# 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-companion" version = "0.1.1" authors = ["Dudochkin Victor "] autoexamples = true description = "Rust compilation companion via IPC and unix sockets." homepage = "https://github.com/angular-rust/rust-companion" readme = "README.md" keywords = [ "ipc", "unix-socket", "subprocess", ] license = "MPL-2.0" repository = "https://github.com/angular-rust/rust-companion" resolver = "1" [lib] name = "companion" [dependencies.bincode] version = "1.3" [dependencies.libc] version = "0.2" [dependencies.logging] version = "0.4" optional = true package = "log" [dependencies.nix] version = "0.26" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sysinfo] version = "0.28" [dependencies.syslog] version = "6.0" optional = true [features] default = [] log = [ "logging", "syslog", ]