[package] name = "septoria" authors = ["Uzair Aftab "] version = "0.1.0" edition = "2021" description = "An API to interact with lemon.markets" license-file = "LICENSE" repository = "https://github.com/uzaaft/Septoria" homepage = "https://github.com/uzaaft/Septoria" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] live = [] [dependencies] chrono = { version = "0.4.22", features = ["serde"] } serde = { version = "1.0.144", features = ["derive"] } serde_json = { version = "1.0.85" } thiserror = "1.0.33" reqwest = { version = "0.11.11", features = ["json", "blocking"] } serde_urlencoded = "0.7.1" serde_variant = { git = "https://github.com/d-e-s-o/serde_variant", version = "0.1.1" } [dev-dependencies] dotenv = "0.15.0"