# 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 = "automata_tools" version = "0.1.1" authors = [ "Kostiantyn Wandalen ", "Dmytro Kryvoruchko ", ] include = [ "/rust/impl/graph/automata_tools_lib.rs", "/rust/impl/graph/automata", "/Cargo.toml", "/Readme.md", "/License", ] description = """ Automata tools. """ homepage = "https://github.com/Wandalen/wTools/tree/master/module/rust/automata_tools" documentation = "https://docs.rs/automata_tools" readme = "Readme.md" keywords = [ "fundamental", "general-purpose", ] categories = [ "algorithms", "development-tools", ] license = "MIT" repository = "https://github.com/Wandalen/wTools/tree/master/module/rust/automata_tools" resolver = "2" [lib] name = "automata_tools" path = "rust/impl/graph/automata_tools_lib.rs" [[test]] name = "automata_tools_test" path = "rust/test/graph/automata_tools_lib_test.rs" [[test]] name = "automata_tools_smoke_test" path = "rust/test/_integration_test/smoke_test.rs" [dependencies.graphs_tools] version = "~0.1" features = ["full"] [dev-dependencies.test_tools] version = "~0.1" [dev-dependencies.wtools] version = "~0.2" features = ["full"] [features] default = ["use_std"] full = ["use_std"] use_alloc = [] use_std = []