fricgan 0.1.0

A simple crate for performing basic input and output on bytes.
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 = "fricgan"
version = "0.1.0"
authors = ["A.W. 'aws' Stanley <aws@reversing.space>"]
include = ["**/*.rs", "Cargo.toml"]
description = "A simple crate for performing basic input and output on bytes."
homepage = "https://github.com/awstanley/fricgan"
documentation = "https://docs.rs/fricgan/"
readme = "README.md"
categories = ["data-structures", "no-std"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/awstanley/fricgan"
[package.metadata.docs.rs]
all-features = true
[dependencies.num-traits]
version = "0.2"
optional = true
default-features = false
[dev-dependencies.tempdir]
version = "0.3"

[features]
default = []
io-f32 = []
io-f64 = []
io-i16 = []
io-i32 = []
io-i64 = []
io-i8 = []
io-string = ["std", "num-traits", "num-traits/std"]
io-u16 = []
io-u32 = []
io-u64 = []
io-u8 = []
safety-checks = []
std = []
unsafe = []
vlq = []
vlq-32 = ["vlq"]
vlq-64 = ["vlq"]
vlq-string = ["std", "vlq", "num-traits", "num-traits/std"]
[badges.appveyor]
repository = "awstanley/fricgan"

[badges.travis-ci]
repository = "awstanley/fricgan"