[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"
[[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"
[features]
alloc = []
default = ["std", "alloc"]
std = []
[lib]
name = "genco"
path = "src/lib.rs"
[package]
authors = ["John-John Tedro <udoprog@tedro.se>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["template-engine"]
description = "A whitespace-aware quasiquoter for beautiful code generation."
documentation = "https://docs.rs/genco"
edition = "2018"
homepage = "https://github.com/udoprog/genco"
keywords = ["code-generation", "template"]
license = "MIT OR Apache-2.0"
name = "genco"
readme = "README.md"
repository = "https://github.com/udoprog/genco"
rust-version = "1.66"
version = "0.17.10"
[[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"