# 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" rust-version = "1.71" name = "beancount-account" version = "0.1.0" include = [ "README.md", "src/lib.rs", ] publish = true description = "Borrowed and owned strings following the Beancount rules for account names" readme = "README.md" keywords = [ "account-name", "beancount", "string-type", ] categories = ["finance"] license = "EUPL-1.2" repository = "https://nest.pijul.com/korrat/beancount-importers" [dependencies.delegate] version = "0.10.0" [dependencies.lazy-regex] version = "3.0.2" [dependencies.miette] version = "5.10.0" [dependencies.momo] version = "0.2.2" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.snafu] version = "0.7.5" [dependencies.watt] version = "=0.4.3" [dev-dependencies.static_assertions] version = "1.1.0" [dev-dependencies.test-case] version = "3.2.1"