fig 1.0.0

Parse, edit, and convert config files while preserving comments. Supports JSON, YAML, TOML, and more.
# 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 = "2024"
name = "fig"
version = "1.0.0"
build = "build.rs"
links = "fig"
include = [
    "build.rs",
    "src/**/*",
    "zig/build.zig",
    "zig/build.zig.zon",
    "zig/src/**/*",
    "zig/include/**/*",
    "LICENSE-MIT",
    "LICENSE-APACHE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parse, edit, and convert config files while preserving comments. Supports JSON, YAML, TOML, and more."
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/adammharris/fig"

[features]
default = [
    "serde",
    "yaml",
    "toml",
    "zon",
    "xml",
]
derive = ["dep:fig-macros"]
indexmap = ["dep:indexmap"]
serde = ["dep:serde"]
toml = []
xml = []
yaml = []
zon = []

[lib]
name = "fig"
path = "src/lib.rs"

[dependencies.fig-macros]
version = "1.0.0"
optional = true

[dependencies.indexmap]
version = "2"
optional = true

[dependencies.serde]
version = "1"
optional = true

[dev-dependencies.serde]
version = "1"
features = ["derive"]