2015-05-24 06:27:42 +00:00
|
|
|
[package]
|
2024-04-02 14:57:23 +00:00
|
|
|
name = "saphyr-parser"
|
2018-09-15 19:25:15 +00:00
|
|
|
readme = "README.md"
|
2024-10-04 07:35:06 +00:00
|
|
|
authors = { workspace = true }
|
|
|
|
categories = { workspace = true }
|
|
|
|
description = { workspace = true }
|
|
|
|
documentation = { workspace = true }
|
|
|
|
edition = { workspace = true }
|
|
|
|
keywords = { workspace = true }
|
|
|
|
license = { workspace = true }
|
|
|
|
repository = { workspace = true }
|
|
|
|
rust-version = { workspace = true }
|
|
|
|
version = { workspace = true }
|
2024-03-30 18:24:54 +00:00
|
|
|
|
|
|
|
[features]
|
|
|
|
debug_prints = []
|
2016-02-28 00:30:13 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2024-10-04 07:35:06 +00:00
|
|
|
arraydeque = { workspace = true }
|
|
|
|
hashlink = { workspace = true }
|
2017-03-12 16:02:18 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2024-10-04 07:35:06 +00:00
|
|
|
libtest-mimic = { workspace = true }
|
|
|
|
quickcheck = { workspace = true }
|
|
|
|
saphyr = { workspace = true }
|
2022-01-17 23:44:29 +00:00
|
|
|
|
|
|
|
[[test]]
|
|
|
|
name = "yaml-test-suite"
|
|
|
|
harness = false
|
2024-03-14 18:20:56 +00:00
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name = "dump_events"
|
|
|
|
path = "tools/dump_events.rs"
|
2024-04-16 15:31:06 +00:00
|
|
|
|
|
|
|
[[bin]]
|
2024-10-04 07:35:06 +00:00
|
|
|
name = "time_parser_parse"
|
2024-04-16 15:31:06 +00:00
|
|
|
path = "tools/time_parse.rs"
|
2024-07-11 19:00:39 +00:00
|
|
|
|
|
|
|
[[bin]]
|
2024-10-04 07:35:06 +00:00
|
|
|
name = "run_parser_bench"
|
2024-07-11 19:00:39 +00:00
|
|
|
path = "tools/run_bench.rs"
|