# 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 = "ffxiv-chronowatcher" version = "0.0.4" build = false exclude = ["src/main.rs"] autobins = false autoexamples = false autotests = false autobenches = false description = "Weather and Eorzean Time Library for Final Fantasy XIV" readme = "README.md" keywords = [ "ffxiv", "eorzea", "weather", "time", ] license = "MIT" repository = "https://github.com/pinapelz/ffxiv-chronowatcher" [lib] name = "ffxiv_chronowatcher" path = "src/lib.rs" [[test]] name = "test_eorzea_time" path = "tests/test_eorzea_time.rs" [[test]] name = "test_eorzea_weather" path = "tests/test_eorzea_weather.rs" [dependencies.chrono] version = "0.4.38" [dependencies.once_cell] version = "1.17" [dependencies.serde] version = "1.0.208" [dependencies.serde_json] version = "1.0.125"