# 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 = "nso" version = "0.1.2" description = "An interface to the Nintendo Switch Online APIs" homepage = "https://github.com/starwort/libnso" readme = "README.md" keywords = [ "nso", "nintendo", "splatoon", "splatoon2", "splatoon3", ] license = "MIT" repository = "https://github.com/starwort/libnso" [dependencies.base64] version = "0.13.1" [dependencies.const_format] version = "0.2.30" [dependencies.rand] version = "0.8.5" [dependencies.rand_chacha] version = "0.3.1" [dependencies.reqwest] version = "0.11.13" features = [ "serde_json", "json", "cookies", "gzip", ] [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_json] version = "1.0.88" [dependencies.sha2] version = "0.10.6" [dependencies.tokio] version = "1.22.0" features = ["full"] [build-dependencies.regex] version = "1.7.0" [build-dependencies.reqwest] version = "0.11.13" features = [ "blocking", "gzip", ]