# 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] name = "geodate" version = "0.5.0" authors = ["Vincent Ollivier "] description = """ Geodate computes geocentric expressions of points in time using a natural lunisolar calendar with metric time based on decimal fractions of the mean solar day. """ homepage = "https://geodate.org" readme = "README.md" license = "MIT" repository = "https://github.com/vinc/geodate" [lib] name = "geodate" path = "src/lib.rs" [[bin]] name = "geodate" path = "src/main.rs" doc = false [dependencies.getopts] version = "0.2" optional = true [dependencies.num-traits] version = "0.2.18" features = ["libm"] default-features = false [dev-dependencies.time] version = "0.3" features = ["parsing"] [features] bin = ["getopts"] default = [ "bin", "std", ] std = []