# 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 = "cooklang-fs" version = "0.13.0" authors = ["Zheoni "] description = "Utilities for cooklang recipes in a file system" readme = "README.md" keywords = ["cooklang"] categories = [] license = "MIT" repository = "https://github.com/Zheoni/cooklang-chef" [dependencies.camino] version = "1" features = ["serde1"] [dependencies.cooklang] version = "0.13" [dependencies.once_cell] version = "1.17" [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1" [dependencies.tracing] version = "0.1"