# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "liquid-value" version = "0.20.0-alpha.6" authors = ["Johann Hofmann "] description = "The liquid templating language for Rust" documentation = "https://docs.rs/liquid-value" readme = "README.md" keywords = ["liquid", "template", "templating", "language", "html"] categories = ["template-engine"] license = "MIT" repository = "https://github.com/cobalt-org/liquid-rust/tree/master/crate/value" [dependencies.chrono] version = "0.4" [dependencies.itertools] version = "0.8.0" [dependencies.kstring] version = "0.1.0-alpha.0" [dependencies.liquid-error] version = "0.20.0-alpha.0" [dependencies.num-traits] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.difference] version = "2.0" [dev-dependencies.serde_yaml] version = "0.8" [badges.azure-devops] pipeline = "liquid-rust" project = "cobalt-org"