# 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 = "dynfmt" version = "0.1.5" authors = ["Jan Michael Auer "] description = "A crate for formatting strings dynamically.\n" homepage = "https://github.com/jan-auer/dynfmt" documentation = "https://docs.rs/dynfmt" readme = "README.md" license = "MIT" repository = "https://github.com/jan-auer/dynfmt" [package.metadata.docs.rs] all-features = true [dependencies.erased-serde] version = "0.3.6" [dependencies.lazy_static] version = "1.2.0" optional = true [dependencies.regex] version = "1.1.0" optional = true [dependencies.serde] version = "1.0.84" [dependencies.serde_json] version = "1.0.36" optional = true [dependencies.thiserror] version = "1.0" [features] curly = ["regex", "lazy_static"] default = ["json"] json = ["serde_json"] python = ["regex", "lazy_static"]