# 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 = "nsg" version = "1.0.0" include = [ "**/*.rs", "Cargo.toml", ] description = "A library for interacting with Portal" homepage = "https://github.com/TheTS-labs/nsg" readme = "README.md" categories = [ "parsing", "parser-implementations", ] license = "MIT" repository = "https://github.com/TheTS-labs/nsg" [dependencies.chrono] version = "0.4.37" features = ["serde"] [dependencies.chrono-tz] version = "0.9.0" features = ["serde"] [dependencies.html-escape] version = "0.2.13" [dependencies.itertools] version = "0.12.1" [dependencies.log] version = "0.4.21" [dependencies.regex] version = "1.10.4" [dependencies.reqwest] version = "0.12.3" features = ["cookies"] [dependencies.scraper] version = "0.19.0" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.serde_urlencoded] version = "0.7.1" [dev-dependencies.paste] version = "1.0.15" [dev-dependencies.tokio-test] version = "0.4.4"