# 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 = "chrono-wasi" version = "0.4.11" authors = [ "Kang Seonghoon ", "Brandon W Maister ", ] exclude = [ "/ci/*", "/.travis.yml", "/appveyor.yml", "/Makefile", ] description = "Date and time library for Rust" homepage = "https://github.com/chronotope/chrono" documentation = "https://docs.rs/chrono/" readme = "README.md" keywords = [ "date", "time", "calendar", ] categories = ["date-and-time"] license = "MIT/Apache-2.0" repository = "https://github.com/chronotope/chrono" [package.metadata.docs.rs] features = ["serde"] [package.metadata.playground] features = ["serde"] [lib] name = "chrono" [[bench]] name = "chrono" harness = false required-features = ["__internal_bench"] [[bench]] name = "serde" harness = false required-features = ["serde"] [dependencies.num-integer] version = "0.1.36" default-features = false [dependencies.num-traits] version = "0.2" default-features = false [dependencies.rustc-serialize] version = "0.3.20" optional = true [dependencies.serde] version = "1.0.99" optional = true default-features = false [dev-dependencies.bincode] version = "0.8.0" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.doc-comment] version = "0.3" [dev-dependencies.log] version = "0.4" [dev-dependencies.num-iter] version = "0.1.35" default-features = false [dev-dependencies.serde_derive] version = "1" default-features = false [dev-dependencies.serde_json] version = "1" default-features = false [features] __internal_bench = [] alloc = [] clock = ["std"] default = [ "clock", "std", ] std = [] wasmbind = [ "wasm-bindgen", "js-sys", ] [target."cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))".dependencies.js-sys] version = "0.3" optional = true [target."cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))".dependencies.wasm-bindgen] version = "0.2" optional = true [target."cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))".dev-dependencies.wasm-bindgen-test] version = "0.2" [target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.mach] version = "0.3" [target."cfg(target_os = \"redox\")".dependencies.libc] version = "0.2.1" [target."cfg(target_os = \"redox\")".dependencies.redox_syscall] version = "0.1" [target."cfg(target_os = \"wasi\")".dependencies.wasi] version = "=0.11.0" [target."cfg(unix)".dependencies.libc] version = "0.2.1" [target."cfg(windows)".dependencies.libc] version = "0.2.1" [target."cfg(windows)".dependencies.winapi] version = "0.3.0" features = [ "std", "minwinbase", "minwindef", "ntdef", "profileapi", "sysinfoapi", "timezoneapi", ] [badges.appveyor] repository = "chronotope/chrono" [badges.travis-ci] repository = "chronotope/chrono"