# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "decent-toml-rs-alternative" version = "0.3.0" authors = ["Loïc Lecrenier "] description = "A fork of the toml-rs crate (by Alex Crichton) that does not depend on serde. It is much less powerful, less documented, and not well-tested yet, but it is fast to compile and does what I want for my own use case. It might grow into a very capable crate at some point. Pair it with the decent-serde-toml-derive-alternative crate to derive the (de)serialization implementation for your own types, and thus avoid syn, quote, and serde entirely." keywords = ["toml", "parser"] categories = ["parser-implementations"] license = "MIT" repository = "https://git.sr.ht/~loic/decent-toml-rs-alternative" [dependencies.decent-serde-toml-derive-alternative] version = "0.3" optional = true [features] default = ["derive"] derive = ["decent-serde-toml-derive-alternative"]