# 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" name = "day_count_conventions" version = "0.1.8" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Day Count Conventions for Financial Application." homepage = "https://crates.io/crates/day_count_conventions" documentation = "https://docs.rs/day_count_conventions/latest/day_count_conventions/" readme = "README.md" keywords = [ "finance", "time", "date", ] categories = [ "date-and-time", "finance", ] license-file = "LICENSE" repository = "https://github.com/MeetThePatel/day_count_conventions.rs" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "katex_header.html", "--cfg", "docsrs", ] [lib] name = "day_count_conventions" path = "src/lib.rs" [dependencies.chrono] version = "0.4.38" [dependencies.hifitime] version = "3.3.0" optional = true [features] hifitime = ["dep:hifitime"]