# 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 = "arc-agi" version = "0.1.2" authors = ["Chris Dipple "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "ARC-AGI submission" homepage = "https://github.com/intelligentnet/arcagi" documentation = "https://docs.rs/arc_agi" readme = "README.md" keywords = [ "arc-agi", "agi", "learning", "symbolic", ] license = "MIT OR Apache-2.0" repository = "https://github.com/intelligentnet/arcagi" [lib] name = "arc_agi" crate-type = [ "rlib", "dylib", ] path = "src/lib.rs" [[bin]] name = "arc-agi" path = "src/main.rs" [dependencies.array_tool] version = "^1.0.3" [dependencies.crc] version = "^3.2.1" [dependencies.itertools] version = "^0.13" [dependencies.num-traits] version = "^0.2.19" [dependencies.pathfinding] version = "^4.10.0" [dependencies.serde] version = "^1.0.124" [dependencies.serde_derive] version = "^1" [dependencies.serde_json] version = "^1.0"