ticky 0.1.0

A stopwatch library, written in Rust.
Documentation
[dependencies.derive_more]
optional = true
version = "0.99.17"

[features]
derive_more = ["dep:derive_more"]

[lib]
crate-type = ["rlib", "dylib", "staticlib"]
name = "ticky"
path = "src/lib.rs"

[package]
authors = ["Emil Sayahi <limesayahi@gmail.com>"]
description = "A stopwatch library, written in Rust."
edition = "2021"
homepage = "https://github.com/Dirout/ticky"
include = ["**/*.rs", "Cargo.toml", "COPYING", "LICENSE.md", "NOTICE", "rust-toolchain", "rustfmt.toml", ".cargo/*"]
license = "AGPL-3.0-or-later"
name = "ticky"
readme = "README"
repository = "https://github.com/Dirout/ticky"
resolver = "2"
version = "0.1.0"
[package.metadata.deb]
assets = [["target/x86_64-unknown-linux-gnu/release/libticky.so", "usr/lib/", "755"], ["target/x86_64-unknown-linux-gnu/release/libticky.a", "usr/lib/", "755"], ["README", "usr/share/doc/ticky/README", "644"], ["COPYING", "usr/share/doc/ticky/COPYING", "644"]]
priority = "optional"
section = "utility"
[profile.release]
codegen-units = 1
debug = 0
lto = true
opt-level = 3
panic = "abort"