# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "n3-core" version = "0.2.0" authors = ["h "] include = ["src/**/*.rs", "std/**/*.n3", "Cargo.toml", "LICENSE", "README.md", "models/**/*.n3"] description = "Super-Simple semantic neural network model compiler front-end." homepage = "https://github.com/podo-os" readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/podo-os/n3-core" [dependencies.generator] version = "0.6" [dependencies.heck] version = "0.3" [dependencies.include_dir] version = "0.6" [dependencies.n3-parser] version = "0.3" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.symengine] version = "0.2" [dev-dependencies.bincode] version = "1.2" [features] default = ["serde", "n3-parser/serde"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.walkdir] version = "2.3"