# 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 = "niconico" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust client library for Niconico authentication" homepage = "https://github.com/toof-jp/niconico" documentation = "https://docs.rs/niconico" readme = "README.md" license = "MIT" repository = "https://github.com/toof-jp/niconico" [lib] name = "niconico" path = "src/lib.rs" [[example]] name = "login" path = "examples/login.rs" [dependencies.reqwest] version = "0.12" [dependencies.secrecy] version = "0.10.3" features = ["serde"] [dependencies.serde] version = "1.0.211" features = ["derive"] [dependencies.thiserror] version = "1.0.64" [dev-dependencies.dotenvy] version = "0.15.7" [dev-dependencies.envy] version = "0.4.2" [dev-dependencies.tokio] version = "1" features = ["full"]