imdb 0.0.1

imdb is a library to retrieve information from IMDb
Documentation
# 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]
name = "imdb"
version = "0.0.1"
authors = ["Vivek Kushwaha <yoursvivek@gmail.com>"]
description = "imdb is a library to retrieve information from IMDb"
homepage = "https://github.com/yoursvivek/imdb"
readme = "README.md"
keywords = ["imdb", "scraping", "movies"]
license = "MIT"
repository = "https://github.com/yoursvivek/imdb"
[dependencies.log]
version = "0.3.8"

[dependencies.derive_builder]
version = "0.5.0"

[dependencies.serde_derive]
version = "1.0"
optional = true

[dependencies.serde]
version = "1.0"
optional = true

[dependencies.language-tags]
version = "0.2.2"

[dependencies.url]
version = "1.6.0"

[dependencies.reqwest]
version = "0.8.0"

[dependencies.hyper]
version = "0.11.6"

[dependencies.scraper]
version = "0.4.0"
[dev-dependencies.colored]
version = "1.6.0"

[dev-dependencies.glob]
version = "0.2.11"

[dev-dependencies.env_logger]
version = "0.4.3"

[dev-dependencies.terminal_size]
version = "0.1.7"

[features]
serde-impls = ["serde_derive", "serde"]