# 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 = "cl-format" version = "0.2.6" authors = ["ccQpein"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Use Common Lisp format in Rust" readme = "README.md" license = "MIT" repository = "https://github.com/ccqpein/cl-format-rs" [lib] name = "cl_format" path = "src/lib.rs" doctest = false bench = false [[test]] name = "testcase0" path = "tests/testcase0.rs" [[test]] name = "testcase1" path = "tests/testcase1.rs" [[test]] name = "testcase2" path = "tests/testcase2.rs" [dependencies.cl-format-macros] version = "0.1" [dependencies.radix_fmt] version = "1.0.0"