any2nix 0.1.2

Serialization-powered Nix Converter.
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 = "2024"
name = "any2nix"
version = "0.1.2"
authors = ["Gabriel Santos de Souza <gabriel.santosdesouza@dcomp.ufs.br>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Serialization-powered Nix Converter."
readme = "README.md"
keywords = [
    "converter",
    "nix",
    "serde",
    "toml",
    "yaml",
]
categories = [
    "config",
    "development-tools",
    "encoding",
    "parsing",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/gbr-ufs/any2nix"

[features]
clap = ["dep:clap"]
default = [
    "ini",
    "json",
    "toml",
    "yaml",
]
ini = [
    "dep:serde_ini",
    "dep:serde_json",
]
json = ["dep:serde_json"]
toml = ["dep:toml"]
utoipa = ["dep:utoipa"]
yaml = ["dep:yaml_serde"]

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

[dependencies.clap]
version = "4.6.6"
features = ["derive"]
optional = true

[dependencies.ser_nix]
version = "0.2.4"

[dependencies.serde]
version = "1.0.229"

[dependencies.serde_ini]
version = "0.2.0"
optional = true

[dependencies.serde_json]
version = "1.0.151"
optional = true

[dependencies.strum]
version = "0.28.0"
features = ["derive"]

[dependencies.thiserror]
version = "2.0.20"

[dependencies.toml]
version = "1.1.4"
optional = true

[dependencies.utoipa]
version = "5.5.0"
optional = true

[dependencies.yaml_serde]
version = "0.10.7"
optional = true