# 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 = "syntesuite" version = "0.6.2" authors = ["Franklin Delehelle "] description = "TODO" homepage = "https://github.com/delehef/syntesuite" readme = "CHANGELOG.md" license = "CECILL-C" repository = "https://github.com/delehef/syntesuite" [package.metadata.release] allow-branch = ["master"] pre-release-hook = [ "git-cliff", "-o", "CHANGELOG.md", "--tag", "{{version}}", ] publish = false tag-prefix = "" [dependencies.anyhow] version = "1.0" [dependencies.colored] version = "2.0" [dependencies.flate2] version = "1.0" [dependencies.log] version = "0.4" [dependencies.regex] version = "1.6" [dependencies.rusqlite] version = "~0.31" [dependencies.thiserror] version = "1.0"