[go: up one dir, main page]

tai64 0.2.3

TAI64 and TAI64N (i.e. Temps Atomique International) timestamp support for Rust
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "tai64"
version = "0.2.3"
authors = ["sopium <sopium@mysterious.site>", "Tony Arcieri <tony@iqlusion.io>"]
description = "TAI64 and TAI64N (i.e. Temps Atomique International) timestamp support for Rust"
homepage = "https://github.com/iqlusion-io/crates/"
readme = "README.md"
keywords = ["tai64", "time", "timestamps", "chrono"]
categories = ["date-and-time", "internationalization", "network-programming", "parser-implementations"]
license = "Apache-2.0"
repository = "https://github.com/iqlusion-io/crates/tree/master/tai64"
[package.metadata.docs.rs]
features = ["chrono"]
[dependencies.byteorder]
version = "1.0"

[dependencies.chrono]
version = "0.4"
optional = true
default-features = false
[dev-dependencies.quickcheck]
version = "0.6"

[features]
default = []
[badges.circle-ci]
repository = "iqlusion-io/crates"