[package] name = "celeste" version = "2.0.1" authors = ["leo60228 "] edition = "2018" description = "Crate for formats from the 2018 game Celeste." license = "MIT OR Apache-2.0" homepage = "https://github.com/leo60228/celesters" repository = "https://github.com/leo60228/celesters" [features] default = ["derive"] derive = ["celeste_derive"] [dependencies] nom = "^4.1" nom-varint = "0.1.0" unsigned-varint = "0.2.2" lazy_static = "1.2.0" log = "0.4.0" byteorder = "1.3.1" itertools = "0.8.0" error-chain = "0.12.0" [dependencies.celeste_derive] version = "1.0.0" optional = true [patch.crates-io] celeste_derive = { path = "./celeste_derive" } [dev-dependencies] env_logger = { version = "0.6.0", default-features = false }