phop 0.1.0

Façade for phop: differentiable symbolic discovery on the EML operator (re-exports phop-core; CLI in phop-cli)
Documentation
# 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 = "phop"
version = "0.1.0"
authors = ["COOLJAPAN OÜ (Team KitaSan) <contact@cooljapan.tech>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Façade for phop: differentiable symbolic discovery on the EML operator (re-exports phop-core; CLI in phop-cli)"
homepage = "https://github.com/cool-japan/phop"
documentation = "https://docs.rs/phop"
readme = "README.md"
keywords = [
    "symbolic-regression",
    "equation-discovery",
    "machine-learning",
    "differentiable",
    "eml",
]
categories = [
    "science",
    "mathematics",
    "algorithms",
]
license = "Apache-2.0"
repository = "https://github.com/cool-japan/phop"

[lib]
name = "phop"
path = "src/lib.rs"

[dependencies.phop-core]
version = "0.1"