misc_utils 1.4.0

A small collection of convenient and utility functions developed for personal use.
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 = "misc_utils"
version = "1.4.0"
authors = ["Jonas Bushart <jonas@bushart.org>"]
description = "A small collection of convenient and utility functions developed for personal use."
documentation = "https://docs.rs/misc_utils/"
readme = "README.md"
keywords = ["misc", "utils", "convenience"]
license = "Unlicense"
repository = "https://github.com/jonasbb/rust_misc_utils"
[package.metadata.docs.rs]
all-features = true
default-target = "x86_64-unknown-linux-gnu"

[lib]
name = "misc_utils"
path = "src/lib.rs"
[dependencies.bzip2]
version = "0.3"

[dependencies.error-chain]
version = "0.11"

[dependencies.flate2]
version = "1.0"

[dependencies.log]
version = "0.4"

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

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

[dependencies.xz2]
version = "0.1"
[dev-dependencies.pretty_assertions]
version = "0.4"

[dev-dependencies.serde_derive]
version = "1.0"

[dev-dependencies.tempfile]
version = "2.0"

[features]
default = ["jsonl"]
jsonl = ["serde", "serde_json"]