ssb_parser 0.2.2

Parser for *.ssb files.
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]
edition = "2018"
name = "ssb_parser"
version = "0.2.2"
authors = ["Christoph 'Youka' Spanknebel"]
exclude = ["tests/**/*", "benches/**/*"]
description = "Parser for *.ssb files."
readme = "README.md"
keywords = ["ssb", "parser", "subtitle", "text"]
categories = ["parsing"]
license = "Apache-2.0"
repository = "https://github.com/substation-beta/ssb_implementation"

[lib]
crate-type = ["rlib"]
doctest = false
[dependencies.base64]
version = "~0.10.1"

[dependencies.lazy_static]
version = "~1.3.0"

[dependencies.log]
version = "~0.4.6"

[dependencies.regex]
version = "~1.1.7"

[dependencies.serde]
version = "~1.0.92"
features = ["derive"]
optional = true
[dev-dependencies.serde_json]
version = "~1.0.39"

[dev-dependencies.simple-logging]
version = "~2.0.2"

[features]
default = ["serialization"]
serialization = ["serde"]
[badges.appveyor]
branch = "master"
repository = "Youka/ssb_implementation"
service = "github"

[badges.codecov]
branch = "master"
repository = "substation-beta/ssb_implementation"
service = "github"

[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
branch = "master"
repository = "substation-beta/ssb_implementation"