kandilli 0.1.0

Kandilli Rasathanesi'nden deprem bilgisini almak için yapılan bir kütüphane.
Documentation
# 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 = "kandilli"
version = "0.1.0"
authors = ["mqhirr"]
description = "Kandilli Rasathanesi'nden deprem bilgisini almak için yapılan bir kütüphane."
documentation = "https://docs.rs/kandilli"
readme = "README.md"
keywords = [
    "deprem",
    "kandilli",
]
license = "MPL-2.0"
repository = "https://github.com/mqhirr/kandilli.rs"

[[example]]
name = "tekli"
path = "examples/tekli.rs"

[[example]]
name = "coklu"
path = "examples/coklu.rs"

[dependencies.chrono]
version = "0.4.23"

[dependencies.dateparser]
version = "0.1.8"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.tl]
version = "0.7.7"
features = ["simd"]

[dependencies.ureq]
version = "2.6.2"