celeste 2.0.1

Crate for formats from the 2018 game Celeste.
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 = "celeste"
version = "2.0.1"
authors = ["leo60228 <iakornfeld@gmail.com>"]
description = "Crate for formats from the 2018 game Celeste."
homepage = "https://github.com/leo60228/celesters"
license = "MIT OR Apache-2.0"
repository = "https://github.com/leo60228/celesters"
[dependencies.byteorder]
version = "1.3.1"

[dependencies.celeste_derive]
version = "1.0.0"
optional = true

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

[dependencies.itertools]
version = "0.8.0"

[dependencies.lazy_static]
version = "1.2.0"

[dependencies.log]
version = "0.4.0"

[dependencies.nom]
version = "^4.1"

[dependencies.nom-varint]
version = "0.1.0"

[dependencies.unsigned-varint]
version = "0.2.2"
[dev-dependencies.env_logger]
version = "0.6.0"
default-features = false

[features]
default = ["derive"]
derive = ["celeste_derive"]