# 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 = "augr-core" version = "0.2.1" authors = ["LeRoyce Pearson "] description = "The backend of a simple command line time tracking application" license = "GPL-3.0-or-later" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.flame] version = "0.2.2" optional = true [dependencies.flamer] version = "0.4" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.snafu] version = "0.5" [dependencies.toml] version = "0.5" [dependencies.uuid] version = "0.7" features = ["serde", "v4"] [features] default = [] flame_it = ["flame", "flamer"]