# 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 = "am_list" version = "0.3.0" authors = [ "Fiberplane ", "Gerry Agbobada ", ] description = "A tree-sitter-powered command line tool to list functions marked with Autometrics annotations" homepage = "https://autometrics.dev" readme = "README.md" license = "MIT" repository = "https://github.com/autometrics-dev/am_list" [profile.dist] lto = "thin" inherits = "release" [dependencies.anyhow] version = "1.0.71" [dependencies.clap] version = "4.3.0" features = ["derive"] [dependencies.flexi_logger] version = "0.25.5" features = ["colors"] [dependencies.itertools] version = "0.10.5" [dependencies.log] version = "0.4.18" [dependencies.rayon] version = "1.7.0" [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.thiserror] version = "1.0.40" [dependencies.tree-sitter] version = "0.20.10" [dependencies.tree-sitter-go] version = "0.19.1" [dependencies.tree-sitter-python] version = "0.20.2" [dependencies.tree-sitter-rust] version = "0.20.3" [dependencies.tree-sitter-typescript] version = "0.20.2" [dependencies.walkdir] version = "2.3.3" [dev-dependencies.pretty_assertions] version = "1.3.0"