2020-07-30 10:15:18 +02:00
|
|
|
[package]
|
|
|
|
name = "logtimes"
|
2023-08-20 16:36:29 +02:00
|
|
|
version = "1.0.0"
|
2020-07-30 10:15:18 +02:00
|
|
|
authors = ["Paul Schulze <p.schulze@avm.de>"]
|
2022-08-03 13:10:14 +02:00
|
|
|
edition = "2021"
|
2020-07-30 10:15:18 +02:00
|
|
|
|
2022-08-04 18:49:12 +02:00
|
|
|
[dependencies.chrono]
|
|
|
|
version = "0.4"
|
|
|
|
default-features = false
|
|
|
|
features = ["std", "clock"]
|
2020-07-30 10:15:18 +02:00
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
lto = true
|
2022-08-03 13:10:14 +02:00
|
|
|
debug = false
|
2023-09-19 20:43:51 +02:00
|
|
|
strip = true
|
2022-08-03 13:10:14 +02:00
|
|
|
panic = "unwind"
|
2023-09-19 20:43:51 +02:00
|
|
|
codegen-units = 1
|