liberty-parser 0.2.0

Liberty file format parser (maintained fork of liberty-parse)
Documentation
# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
name = "liberty-parser"
version = "0.2.0"
authors = [
    "Erik Ronshagen <eronshagen@gmail.com>",
    "Marcos Sartori <code@msartori.uk>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Liberty file format parser (maintained fork of liberty-parse)"
homepage = "https://github.com/marlls1989/liberty-parser"
documentation = "https://docs.rs/liberty-parser"
readme = "README.md"
keywords = [
    "liberty",
    "eda",
    "asic",
    "parser",
    "timing",
]
categories = ["parser-implementations"]
license = "MIT"
repository = "https://github.com/marlls1989/liberty-parser"

[lib]
name = "liberty_parser"
path = "src/lib.rs"

[[example]]
name = "get_area"
path = "examples/get_area.rs"

[[example]]
name = "list_library_cells"
path = "examples/list_library_cells.rs"

[[example]]
name = "reformat_lib"
path = "examples/reformat_lib.rs"

[[test]]
name = "ast_tests"
path = "tests/ast_tests.rs"

[[test]]
name = "lib_tests"
path = "tests/lib_tests.rs"

[[test]]
name = "liberty_tests"
path = "tests/liberty_tests.rs"

[[test]]
name = "parser_tests"
path = "tests/parser_tests.rs"

[[bench]]
name = "bench"
path = "benches/bench.rs"
harness = false

[dependencies.gpoint]
version = "0.2.1"

[dependencies.indexmap]
version = "1.9.2"

[dependencies.itertools]
version = "0.8"

[dependencies.nom]
version = "5.0"

[dev-dependencies.criterion]
version = "0.2"