process_viewer 0.2.3

A process viewer GUI
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "process_viewer"
version = "0.2.3"
authors = ["Guillaume Gomez <guillaume1.gomez@gmail.com>"]
description = "A process viewer GUI"
homepage = "https://github.com/GuillaumeGomez/process-viewer"
readme = "README.md"
keywords = ["GUI", "process", "viewer", "gtk"]
license = "MIT"
repository = "https://github.com/GuillaumeGomez/process-viewer"

[[bin]]
name = "process_viewer"
path = "src/process_viewer.rs"
[dependencies.cairo-rs]
version = "0.6"

[dependencies.gdk]
version = "0.10"

[dependencies.gdk-pixbuf]
version = "0.6"

[dependencies.gio]
version = "0.6"

[dependencies.glib]
version = "0.7"

[dependencies.gtk]
version = "0.6"

[dependencies.libc]
version = "0.2"

[dependencies.pango]
version = "0.6"

[dependencies.serde]
version = "1.0"

[dependencies.serde_any]
version = "0.5"

[dependencies.sysinfo]
version = "0.8"