# 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 = "suiron-rust" version = "0.1.0" description = "A fast Prolog-like inference engine." readme = "README.md" license = "MIT" repository = "https://github.com/Indrikoterio/suiron-rust" [profile.bench] opt-level = 2 [profile.dev] opt-level = 2 [profile.release] opt-level = 2 panic = "abort" strip = true [lib] name = "suiron" path = "src/lib.rs" [[bin]] name = "query" path = "src/main.rs" [[bench]] name = "suiron_benchmark" harness = false [dependencies.thread_timer] version = "0.3.0" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.serial_test] version = "0.4.0"