# 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 = "2018" rust-version = "1.66" name = "genco" version = "0.17.10" authors = ["John-John Tedro "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A whitespace-aware quasiquoter for beautiful code generation." homepage = "https://github.com/udoprog/genco" documentation = "https://docs.rs/genco" readme = "README.md" keywords = [ "code-generation", "template", ] categories = ["template-engine"] license = "MIT OR Apache-2.0" repository = "https://github.com/udoprog/genco" [lib] name = "genco" path = "src/lib.rs" [[example]] name = "c" path = "examples/c.rs" [[example]] name = "csharp" path = "examples/csharp.rs" [[example]] name = "dart" path = "examples/dart.rs" [[example]] name = "go" path = "examples/go.rs" [[example]] name = "java" path = "examples/java.rs" [[example]] name = "js" path = "examples/js.rs" [[example]] name = "nix" path = "examples/nix.rs" [[example]] name = "python" path = "examples/python.rs" [[example]] name = "rust" path = "examples/rust.rs" [[test]] name = "test_indentation_rules" path = "tests/test_indentation_rules.rs" [[test]] name = "test_option" path = "tests/test_option.rs" [[test]] name = "test_quote" path = "tests/test_quote.rs" [[test]] name = "test_quote_in" path = "tests/test_quote_in.rs" [[test]] name = "test_quote_simple_expression" path = "tests/test_quote_simple_expression.rs" [[test]] name = "test_register" path = "tests/test_register.rs" [[test]] name = "test_string" path = "tests/test_string.rs" [[test]] name = "test_token_gen" path = "tests/test_token_gen.rs" [dependencies.genco-macros] version = "=0.17.10" [dependencies.relative-path] version = "1.2.0" [dependencies.smallvec] version = "1.4.0" [dev-dependencies.anyhow] version = "1.0.31" [dev-dependencies.rand] version = "0.7.3" [features] alloc = [] default = [ "std", "alloc", ] std = []