# 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 = "emoji-clock-2" version = "0.2.0" authors = ["Guillermo Lloret Talavera "] description = "Convert time and chrono types to emojis" homepage = "https://github.com/GuillerLT/emoji-clock-2" documentation = "https://docs.rs/emoji-clock-2" readme = "README.md" keywords = [ "emoji", "clock", ] categories = [ "date-and-time", "encoding", "no-std", ] license = "MIT" repository = "https://github.com/GuillerLT/emoji-clock-2" [dependencies.chrono] version = "0.4" optional = true default-features = false [dependencies.time] version = "0.3" optional = true default-features = false [features] full = [ "time", "chrono", ]