# 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 = "nvoclock" version = "0.0.3" authors = ["arcnmx"] description = "NVIDIA overclocking CLI" documentation = "http://github.com/arcnmx/nvoclock" readme = "README.md" keywords = ["nvidia", "gtx", "gpu", "nvapi", "overclock"] license = "MIT" repository = "https://github.com/arcnmx/nvoclock" [profile.test] panic = "abort" [profile.bench] panic = "abort" [profile.dev] panic = "abort" [profile.release] opt-level = 2 lto = true panic = "abort" [dependencies.csv] version = "^1.0.0-beta.5" [dependencies.quick-error] version = "1.2.1" [dependencies.result] version = "^0.0.1" [dependencies.log] version = "0.3.8" [dependencies.clap] version = "2.26.2" default-features = false [dependencies.prettytable-rs] version = "0.6.7" default-features = false [dependencies.nvapi-hi] version = "0.0.3" features = ["serde_types"] [dependencies.serde_derive] version = "^1.0.0" [dependencies.serde] version = "^1.0.0" [dependencies.env_logger] version = "0.4.3" [dependencies.serde_json] version = "^1.0.0"