# 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 = "2021" name = "liberty-db" version = "0.7.4" authors = ["Junzhuo "] build = false include = [ "/src", "/examples", "/docs/header.html", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A fully defined liberty data structure, efficient parser & formatter" documentation = "https://docs.rs/liberty-db" readme = "README.md" keywords = [ "eda", "liberty", "database", "parser", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/zao111222333/liberty-db/" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", "--html-in-header", "docs/header.html", ] [lib] name = "liberty_db" path = "src/lib.rs" [[example]] name = "0_parse_fmt" path = "examples/0_parse_fmt.rs" [[example]] name = "1_parse_fmt_file" path = "examples/1_parse_fmt_file.rs" [[example]] name = "2_prune_lib" path = "examples/2_prune_lib.rs" [dependencies.ahash] version = "0.8" features = ["no-rng"] optional = true [dependencies.arcstr] version = "1.2" features = ["serde"] [dependencies.biodivine-lib-bdd] version = "0.5.22" features = ["serde"] [dependencies.cfg-if] version = "1.0.0" [dependencies.duplicate] version = "2.0.0" [dependencies.fast-float2] version = "0.2" [dependencies.foldhash] version = "0.1.3" [dependencies.hashmatch] version = "0.1.1" [dependencies.itertools] version = "0.13" [dependencies.itoa] version = "1.0" [dependencies.liberty-macros] version = "0.7.4" [dependencies.log] version = "0.4" features = [ "std", "serde", ] [dependencies.mut_set] version = "0.5.9" [dependencies.nom] version = "7.1" [dependencies.num-traits] version = "0.2" [dependencies.ordered-float] version = "4.5" features = ["serde"] [dependencies.ryu] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.strum] version = "0.26" [dependencies.strum_macros] version = "0.26" [dependencies.thiserror] version = "2.0" [dev-dependencies.bson] version = "2.13.0" [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.simple_logger] version = "5.0" [features] __test_runtime_assert = [] default = [ "fast_hash", "hashmatch", "vec2map", ] fast_hash = ["dep:ahash"] hashmatch = ["liberty-macros/hashmatch"] vec2map = ["liberty-macros/vec2map"]