instagram-hashtag-parser 0.1.0

Instagram - Hashtag Parser
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 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 = "2018"
name = "instagram-hashtag-parser"
version = "0.1.0"
authors = ["vkill <vkill.net@gmail.com>"]
description = "Instagram - Hashtag Parser"
homepage = "https://github.com/bk-rs/instagram-rs"
documentation = "https://docs.rs/instagram-hashtag-parser"
readme = "README.md"
keywords = []
categories = []
license = "Apache-2.0 OR MIT"
repository = "https://github.com/bk-rs/instagram-rs"
[package.metadata.cargo-all-features]
skip_optional_dependencies = true
[package.metadata.docs.rs]
all-features = true

[[bench]]
name = "bench"
harness = false
required-features = ["with-crate-hashtag", "with-regex"]
[dependencies.hashtag]
version = "1.0"
optional = true
default-features = false

[dependencies.once_cell]
version = "1.8"
features = ["std"]
optional = true
default-features = false

[dependencies.regex]
version = "1.5"
features = ["std", "unicode"]
optional = true
default-features = false
[dev-dependencies.criterion]
version = "0.3"
features = ["html_reports"]

[dev-dependencies.csv]
version = "1.1"

[dev-dependencies.once_cell]
version = "1.8"

[dev-dependencies.serde]
version = "1.0"
features = ["derive"]

[features]
default = ["with-crate-hashtag"]
with-crate-hashtag = ["hashtag"]
with-regex = ["regex", "once_cell"]