# 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 = "post-clock" version = "0.1.1" authors = ["Jonas Malaco "] description = "A clock using the POST codes display" readme = "README.md" keywords = [ "x86", "x86_64", "power-on-self-test", "clock", ] categories = [ "command-line-utilities", "hardware-support", ] license = "Unlicense" repository = "https://github.com/jonasmalacofilho/post-clock" [profile.release] lto = "fat" codegen-units = 1 panic = "abort" [dependencies.anyhow] version = "1.0.70" [dependencies.capctl] version = "0.2.2" [dependencies.libc] version = "0.2.140" [dependencies.time] version = "0.3.20" features = ["local-offset"]