# 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] name = "interaction-calculus" version = "0.2.4" authors = ["Victor Maia "] description = "A parallel model of computation." readme = "README.md" license = "MIT" repository = "https://github.com/victortaelin/interaction-calculus" [lib] name = "ic" path = "src/lib.rs" [[bin]] name = "ic" path = "src/main.rs" [dependencies.clap] version = "2.26.0" [dependencies.im] version = "15.1.0"