# 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" rust-version = "1.70" name = "kitten-anno-lib" version = "0.3.16" authors = ["YosakuraTohu "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "World tree anno library for Rust" homepage = "https://github.com/YosakuraTohu/kitten-anno-lib" readme = "README.md" keywords = [ "date", "anno", "calendar", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/YosakuraTohu/kitten-anno-lib" [profile.release] lto = true codegen-units = 1 panic = "abort" strip = true [lib] name = "kitten_anno_lib" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[test]] name = "utils" path = "tests/utils.rs" [dependencies.chrono] version = "^0.4.26" default-features = false [dependencies.lazy_static] version = "^1.4.0" [dependencies.wasm-bindgen] version = "^0.2.87" features = ["std"] optional = true default-features = false [dev-dependencies.wasm-bindgen-test] version = "^0.3.37" default-features = false [features] default = ["std"] std = ["chrono/clock"] wasmbind = [ "std", "chrono/wasmbind", "dep:wasm-bindgen", ] [target.'cfg(features = "std")'.dependencies.lazy_static] version = "^1.4.0" [target.'cfg(not(features = "std"))'.dependencies.lazy_static] version = "^1.4.0" features = ["spin_no_std"]