# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "instapi" version = "1.0.0" authors = ["Nikita Dudko "] description = "Wrapper around the Instagram Basic Display API to gather metadata and media files" readme = "README.md" keywords = ["api", "cli", "instagram"] categories = ["api-bindings", "command-line-utilities"] license = "MIT" repository = "https://github.com/lem0nez/instapi" [[example]] name = "instafetcher" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.num_cpus] version = "1.13.1" [dependencies.open] version = "2.1.2" [dependencies.reqwest] version = "0.11.10" features = ["blocking", "json"] [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.threadpool] version = "1.8.1" [dependencies.url] version = "2.2.2" [dev-dependencies.clap] version = "3.1.18" features = ["derive"] [dev-dependencies.dirs] version = "4.0.0" [dev-dependencies.serde_json] version = "1.0.81"