# 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 = "sexpr-out" version = "0.1.0" authors = ["Simon Johnston <johnstonskj@gmail.com>"] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Tools for writing S-Expressions from Rust data." readme = "README.md" license-file = "LICENSE" repository = "https://github.com/johnstonskj/rust-sexpr-out.git" [package.metadata.docs.rs] all-features = true targets = ["x86_64-unknown-linux-gnu"] [lib] name = "sexpr_out" path = "src/lib.rs" [[test]] name = "test_writer" path = "tests/test_writer.rs" [[test]] name = "test_writer_pretty" path = "tests/test_writer_pretty.rs" [dependencies.itertools] version = "0.13.0" [dependencies.objio] version = "0.1.1" [dev-dependencies.pretty_assertions] version = "1.4"