# 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 = "chrono-light" version = "0.1.5" description = "Light DateTime/scheduler library for Rust, no_std compatible" homepage = "https://github.com/konrads/chrono-light" keywords = [ "date", "time", "calendar", "schedule", "scheduler", ] categories = [ "date-and-time", "no-std", "scale", ] license = "MIT OR Apache-2.0" repository = "https://github.com/konrads/chrono-light" resolver = "2" [dependencies.codec] version = ">=1.0.0" features = ["derive"] optional = true default-features = false package = "parity-scale-codec" [dependencies.scale-info] version = ">=0.1.0" features = ["derive"] optional = true default-features = false [dev-dependencies.chrono] version = "0.4.19" [dev-dependencies.quickcheck] version = "0.9.2" [dev-dependencies.quickcheck_macros] version = "0.9.1" [features] default = ["std"] scale = [ "codec", "scale-info", ] std = [ "codec/std", "scale-info/std", ]