# 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 = "epoch_to_human" version = "0.1.0" authors = ["Ganesh Chandrasekaran"] description = "Convert Date from Epoch to Human readable and vice versa" documentation = "https://docs.rs/epoch-to-human" readme = "README.md" keywords = [ "demo", "epoch", "date", "utc", ] categories = ["date-processing"] license = "MIT" repository = "https://github.com/gchandra10/rust-epoch-to-human/" [dependencies.chrono] version = "0.4.38"