# 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 = "amdportsd" version = "0.1.0" authors = ["Adrian Woźniak "] description = "AMDGPU server for listing connected GPU ports" homepage = "https://github.com/Eraden/amdgpud" keywords = [ "hardware", "amdgpu", ] categories = ["hardware-support"] license = "MIT OR Apache-2.0" repository = "https://github.com/Eraden/amdgpud" [package.metadata] target = "x86_64-unknown-linux-musl" [[bin]] name = "amdports" path = "./src/main.rs" [dependencies.amdgpu] version = "1" features = ["gui-helper"] [dependencies.eyra] version = "0.16.3" [dependencies.futures] version = "0.3" features = [] [dependencies.ron] version = "0.7.1" [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.tokio] version = "1.19.2" features = ["full"] [dependencies.tracing] version = "0.1.36" [dependencies.tracing-subscriber] version = "0.3.15" features = ["env-filter"]