# 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 = "similarity-metrics" version = "0.1.0" description = "A collection of event logs similarity metrics for Rust" readme = "README.md" categories = [ "event-logs", "similarity-metrics", "process-mining", ] license = "MIT" repository = "https://github.com/iharsuvorau/similarity-metrics" [lib] name = "similarity_metrics" path = "src/lib.rs" [[bin]] name = "measure" path = "src/main.rs" [dependencies.polars] version = "0.25.1" features = [ "lazy", "timezones", "dtype-datetime", "strings", "lazy_regex", "concat_str", "fmt", ] [badges.maintenance] status = "experimental"