# 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 = "tptp" version = "0.31.1" authors = ["Michael Rawson "] include = ["Cargo.toml", "src/*.rs"] description = "Parse the TPTP format" homepage = "https://github.com/MichaelRawson/tptp" readme = "README.md" keywords = ["parser", "tptp"] license = "MIT" [profile.bench] lto = true codegen-units = 1 [profile.release] lto = true codegen-units = 1 [[bench]] name = "benchmark" path = "benches/benchmark.rs" harness = false [dependencies.derive_more] version = "0.99" features = ["display"] default-features = false [dependencies.nom] version = "7" features = ["alloc"] default-features = false [dependencies.serde] version = "1" features = ["derive"] optional = true [dev-dependencies.insta] version = "1"