[package] name = "RustQuant_time" authors.workspace = true description.workspace = true version.workspace = true edition.workspace = true readme.workspace = true repository.workspace = true keywords.workspace = true categories.workspace = true license.workspace = true metadata.workspace = true [lints] workspace = true [dev-dependencies] RustQuant = { path = "../RustQuant" } [dependencies] RustQuant_iso = { workspace = true } RustQuant_utils = { workspace = true } time = { workspace = true } ## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ## RUSTDOC CONFIGURATION ## Includes KaTeX for math rendering. ## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [package.metadata.docs.rs] all-features = true rustdoc-args = ["--html-in-header", "katex.html", "--cfg", "docsrs"]