# 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 = "netsuite" version = "0.7.0" authors = ["Jacob Magnusson "] description = "Library for making requests to the NetSuite REST APIs." homepage = "https://github.com/jmagnusson/netsuite-rs" documentation = "https://docs.rs/netsuite/" readme = "README.md" keywords = ["netsuite"] license = "MIT" repository = "https://github.com/jmagnusson/netsuite-rs" resolver = "2" [[bin]] name = "netsuite" required-features = ["cli"] [dependencies.base64] version = "0.13" [dependencies.clap] version = "3" features = [ "derive", "env", ] optional = true [dependencies.configparser] version = "3" [dependencies.dirs] version = "4" [dependencies.env_logger] version = "0.9" [dependencies.http] version = "0.2" [dependencies.itertools] version = "0.10" [dependencies.log] version = "0.4" [dependencies.percent-encoding] version = "2" [dependencies.rand] version = "0.8" [dependencies.ring] version = "0.16" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" features = ["preserve_order"] [dependencies.thiserror] version = "1" [dependencies.tiny_http] version = "0.11" optional = true [dependencies.ureq] version = "2" [dev-dependencies.httpmock] version = "0.6" [dev-dependencies.rstest] version = "0.12" [dev-dependencies.tiny_http] version = "0.11" [features] cli = [ "clap", "tiny_http", ]