[package]
edition = "2021"
name = "kerbalobjects"
version = "4.0.4"
authors = ["Luke Newcomb <newcomb.luke@protonmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A crate that allows you to read or write a KerbalObject file."
homepage = "https://github.com/newcomb-luke/kerbalobjects.rs"
readme = "README.md"
license = "GPL-3.0"
[features]
default = [
"ksm",
"ko",
]
ko = []
ksm = []
[lib]
name = "kerbalobjects"
path = "src/lib.rs"
[[test]]
name = "ko_integration"
path = "tests/ko_integration.rs"
[[test]]
name = "ksm_integration"
path = "tests/ksm_integration.rs"
[dependencies.flate2]
version = "1.0"
[dependencies.thiserror]
version = "1.0"