[package] name = "iso8061-timestamp" version = "0.1.7" authors = ["novacrazy "] edition = "2018" readme = "README.md" description = "Deprecated, use iso8601-timestamp instead" license = "MIT OR Apache-2.0" include = ["src/**/*", "LICENSE-*", "README.md"] [features] std = ["iso8601-timestamp/std"] pg = ["iso8601-timestamp/pg"] nightly = ["iso8601-timestamp/nightly"] default = ["iso8601-timestamp/default"] [dependencies] iso8601-timestamp = { version = "0.1.6", default-features = false }