# 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 = "bereal" version = "0.3.0" authors = ["Willow GHOST (willow.sh)"] description = "A library that wraps the bereal.devin.fun API for getting bereal moment data" readme = "README.md" license = "MIT" repository = "https://github.com/ghostdevv/bereal-rs" resolver = "2" [lib] path = "src/lib.rs" [[bin]] name = "bereal" path = "src/main.rs" required-features = ["cli"] [dependencies.chrono] version = "0.4.37" optional = true [dependencies.clap] version = "4.5.4" features = [ "derive", "env", ] optional = true [dependencies.color-eyre] version = "0.6.3" optional = true [dependencies.reqwest] version = "0.12.3" features = ["json"] [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.115" [dependencies.tokio] version = "1.37.0" features = ["full"] [features] cli = [ "dep:clap", "dep:color-eyre", "dep:chrono", ]