# 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_kicad_sexpr" version = "0.1.0" include = ["src/**/*", "crates-io.md", "LICENSE-*"] description = "KiCAD v6 S-Expression Format" readme = "crates-io.md" keywords = ["s-expression", "s-expr", "kicad", "serde", "serialization"] categories = ["encoding"] license = "Apache-2.0 OR LGPL-3.0" repository = "https://github.com/kicad-rs/serde_kicad_sexpr" resolver = "2" [dependencies.backtrace] version = "0.3.63" optional = true [dependencies.itoa] version = "1.0" [dependencies.once_cell] version = "1.9" [dependencies.paste] version = "1.0" [dependencies.serde] version = "1.0.132" features = ["derive"] [dependencies.thiserror] version = "1.0" [dev-dependencies.indoc] version = "1.0" [dev-dependencies.pretty_assertions] version = "1.0"