# 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 = "ts_init" version = "0.1.1" authors = ["Yuki Yamaura "] build = false include = [ "src/**/*.rs", "README.md", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A simple template for Rust project with tracing" homepage = "https://github.com/yamaura/ts_init" readme = "README.md" keywords = [] categories = [] license = "MIT" repository = "https://github.com/yamaura/ts_init" [package.metadata.docs.rs] all-features = true [package.metadata.release] pre-release-commit-message = "Bump version to {{version}}" push = false tag-message = "{{tag_name}}" tag-name = "{{prefix}}{{version}}" [lib] name = "ts_init" path = "src/lib.rs" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-journald] version = "0.3.0" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"]