# 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 = "calib" version = "0.1.1" description = "A library for creating calendars with events" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/nmandrus1/calib.git" [dependencies.chrono] version = "0.4.23" features = [ "std", "serde", ] [dependencies.num-traits] version = "0.2.15" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.91" [dependencies.thiserror] version = "1.0.38" [dependencies.uuid] version = "1.2.2" features = [ "v4", "fast-rng", "serde", ]