kerbalobjects 4.0.4

A crate that allows you to read or write a KerbalObject file.
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"