# 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 = "dynisland_clock_module" version = "0.1.2" authors = ["cr3eperall"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Clock module for dynisland" readme = "README.md" license = "MIT" repository = "https://github.com/cr3eperall/dynisland-modules" [lib] name = "clock_module" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.abi_stable] version = "0.11.3" [dependencies.anyhow] version = "1.0.86" [dependencies.chrono] version = "0.4.38" [dependencies.dynisland-core] version = "0.1.2" features = ["macro"] [dependencies.env_logger] version = "0.11.2" [dependencies.grass] version = "0.13.4" features = ["macro"] default-features = false [dependencies.ron] version = "0.8.1" [dependencies.serde] version = "1.0.188" features = ["serde_derive"] [dependencies.serde_json] version = "1.0.127" [dependencies.tokio] version = "1.39.0" features = [ "rt", "time", "sync", "macros", "process", ] [build-dependencies.glib-build-tools] version = "0.19.0" [features] embedded = []