# 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 = "uts2ts" version = "0.4.1" authors = ["Helmut K. C. Tessarek "] include = [ "src/**/*", "examples/**/*", "Cargo.toml", "LICENSE", "README.md", "CHANGELOG.md", ] description = "Convert a unix timestamp (seconds) to a struct {year, month, day, hour, minute, second, weekday}." homepage = "https://github.com/tessus/uts2ts" readme = "README.md" keywords = [ "unix", "timestamp", "epoch", ] categories = [ "date-and-time", "encoding", ] license = "MIT" repository = "https://github.com/tessus/uts2ts" [profile.release] lto = true codegen-units = 1 debug = 0 panic = "unwind" strip = true [dependencies]