# 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] name = "easytiming" version = "0.0.5" authors = ["Cyril Plisko "] description = "Utilities for easy timing functions, code blocks, etc" documentation = "https://docs.rs/easytiming" readme = "README.md" keywords = ["timing"] categories = ["date-and-time", "development-tools::profiling", "development-tools::debugging"] license = "MIT/Apache-2.0" repository = "https://gitlab.com/imp/easytiming-rs.git" [dependencies.slog] version = "2.0" optional = true [dependencies.log] version = "0.3" optional = true [badges.travis-ci] repository = "imp/easytiming-rs.git" [badges.gitlab] repository = "imp/easytiming-rs.git"