# 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 = "serde_conl" version = "0.3.0" description = "CONL is a human-centric configuration language. This crate has the serde bindings." readme = "README.md" license = "MIT" repository = "https://github.com/ConradIrwin/serde_conl" [dependencies.base64] version = "0.22" [dependencies.conl] version = ">= 1.3" [dependencies.serde] version = "1" [dev-dependencies.indoc] version = "2.0.5" [dev-dependencies.serde] version = "1.0.210" features = ["derive"] [dev-dependencies.serde_bytes] version = "0.11.15"