# 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 = "liquid-heck" version = "0.1.0" authors = ["Valvassori Moïse "] description = "Case conversion (CamelCase, snake_case, ...) filters for Liquid using Heck library." homepage = "https://github.com/djedi23/liquid-heck" readme = "README.md" keywords = [ "liquid", "heck", "filter", "camel", "snake", ] license = "MIT" repository = "https://github.com/djedi23/liquid-heck" [dependencies.heck] version = "0.4" [dependencies.liquid-core] version = "0.26" [dependencies.liquid-derive] version = "0.26" [dependencies.tracing] version = "0.1" optional = true [dev-dependencies.liquid] version = "0.26" [dev-dependencies.pretty_assertions] version = "1.4" [features] tracing = ["dep:tracing"]